fix segfault with optimized code; initialize TSRM stuff
This commit is contained in:
parent
b9ce12f3b6
commit
f9eebda673
2 changed files with 11 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ dbg = env.Clone(VARIANT='debug')
|
|||
dbg.Append(CCFLAGS=['-g'])
|
||||
|
||||
opt = env.Clone(VARIANT='opt')
|
||||
opt.Append(CCFLAGS="-O3")
|
||||
opt.Append(CCFLAGS=["-O3"])
|
||||
|
||||
if GetOption("variant") == 'debug':
|
||||
env = dbg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue