mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
disable fortify-source headers
This commit is contained in:
parent
852f4052be
commit
a63138347b
3
wscript
3
wscript
@ -198,6 +198,8 @@ def define_platform(conf):
|
||||
'NO_HOOK_MALLOC',
|
||||
'_DLL_EXT=.so'
|
||||
])
|
||||
conf.env.append_unique('CFLAGS', '-U_FORTIFY_SOURCE')
|
||||
conf.env.append_unique('CXXFLAGS', '-U_FORTIFY_SOURCE')
|
||||
elif conf.env.DEST_OS == 'android':
|
||||
conf.env.append_unique('DEFINES', [
|
||||
'ANDROID=1', '_ANDROID=1',
|
||||
@ -207,6 +209,7 @@ def define_platform(conf):
|
||||
'NO_HOOK_MALLOC',
|
||||
'_DLL_EXT=.so'
|
||||
])
|
||||
|
||||
elif conf.env.DEST_OS == 'win32':
|
||||
conf.env.append_unique('DEFINES', [
|
||||
'WIN32=1', '_WIN32=1',
|
||||
|
Loading…
Reference in New Issue
Block a user