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