diff options
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 16db729..e31387e 100755 --- a/configure.py +++ b/configure.py @@ -74,7 +74,7 @@ def cxx(name, **kwargs): n.variable('builddir', 'build') -cflags = ['-g', '-Wall', '-Wno-deprecated', '-fno-exceptions', +cflags = ['-g', '-Wall', '-Wextra', '-Wno-deprecated', '-fno-exceptions', '-fvisibility=hidden', '-pipe'] if not options.debug: cflags += ['-O2', '-DNDEBUG'] |