Browse Source

wscript: increase stack size for owcc

pull/2/head
mittorn 5 years ago
parent
commit
7ad658ee3a
  1. 3
      wscript

3
wscript

@ -205,7 +205,8 @@ def configure(conf): @@ -205,7 +205,8 @@ def configure(conf):
linker_flags = {
'common': {
'msvc': ['/DEBUG'], # always create PDB, doesn't affect result binaries
'gcc': ['-Wl,--no-undefined']
'gcc': ['-Wl,--no-undefined'],
'owcc': ['-Wl,option stack=512k']
},
'sanitize': {
'clang': ['-fsanitize=undefined', '-fsanitize=address'],

Loading…
Cancel
Save