Switched back to default compilation flags
This commit is contained in:
parent
e2b3872379
commit
7fea9d9473
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# -*- python -*-
|
||||
|
||||
if False:
|
||||
if True:
|
||||
env = Environment(CPPFLAGS=['-g', '-O2', '-Wall', '-ansi', '-pedantic'])
|
||||
else:
|
||||
env = Environment(CXXFLAGS= [ "-O3", "-g3",
|
||||
|
|
Loading…
Add table
Reference in a new issue