diff options
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1165,6 +1165,7 @@ class PrepareBuild(CommandLineApp): self.LDFLAGS.append('-g') def setup_flavor_opt(self): + self.CPPFLAGS.append('-DNDEBUG=1') if self.darwin_gcc: self.option_no_pch() if '--disable-shared' in self.configure_args: |