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