mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2025-01-15 21:09:55 +01:00
waifulib: set debug builds to be built with -O0, gcc -Od is broken
This commit is contained in:
parent
331a2046c8
commit
accacd54f5
@ -74,9 +74,8 @@ CFLAGS = {
|
||||
},
|
||||
'debug': {
|
||||
'msvc': ['/Od'],
|
||||
'gcc': ['-Og'],
|
||||
'owcc': ['-O0', '-fno-omit-frame-pointer', '-funwind-tables', '-fno-omit-leaf-frame-pointer'],
|
||||
'default': ['-O1']
|
||||
'default': ['-O0']
|
||||
},
|
||||
'sanitize': {
|
||||
'msvc': ['/Od', '/RTC1'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user