mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
waifulib: set debug builds to be built with -O0, gcc -Od is broken
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user