mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-26 15:26:12 +01:00
code cleanup
This commit is contained in:
parent
ac40ef4631
commit
793760887b
4
wscript
4
wscript
@ -34,8 +34,8 @@ def configure(conf):
|
||||
print(' calling the configuration')
|
||||
conf.check_tool('g++')
|
||||
#conf.env.CXXFLAGS = ['-O0', '-pg', '-g']
|
||||
conf.env.CXXFLAGS = ['-O0', '-g']
|
||||
#conf.env.CXXFLAGS = ['-O3', '-ffast-math']
|
||||
#conf.env.CXXFLAGS = ['-O0', '-g']
|
||||
conf.env.CXXFLAGS = ['-O3', '-ffast-math']
|
||||
|
||||
def build(bld):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user