summaryrefslogtreecommitdiff
blob: 24b9da21d165948ae92717f2451800bbbc7857d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py
+++ b/setup.py
@@ -95,7 +95,7 @@
 library_dirs = [get_python_lib(), pg_config('libdir')]
 define_macros = [('PYGRESQL_VERSION', version)]
 undef_macros = []
-extra_compile_args = ['-O2', '-funsigned-char', '-Wall', '-Wconversion']
+extra_compile_args = ['-funsigned-char', '-Wall']
 
 
 class build_pg_ext(build_ext):