mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
fix build with clang, fix saverestore again, android mod launcher support
This commit is contained in:
@@ -75,7 +75,7 @@ CFLAGS = {
|
||||
'debug': {
|
||||
'msvc': ['/Od'],
|
||||
'owcc': ['-O0', '-fno-omit-frame-pointer', '-funwind-tables', '-fno-omit-leaf-frame-pointer'],
|
||||
'default': ['-O0']
|
||||
'default': ['-O2', '-ftree-vectorize']
|
||||
},
|
||||
'sanitize': {
|
||||
'msvc': ['/Od', '/RTC1'],
|
||||
|
||||
Reference in New Issue
Block a user