We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852f405 commit a631383Copy full SHA for a631383
wscript
@@ -198,6 +198,8 @@ def define_platform(conf):
198
'NO_HOOK_MALLOC',
199
'_DLL_EXT=.so'
200
])
201
+ conf.env.append_unique('CFLAGS', '-U_FORTIFY_SOURCE')
202
+ conf.env.append_unique('CXXFLAGS', '-U_FORTIFY_SOURCE')
203
elif conf.env.DEST_OS == 'android':
204
conf.env.append_unique('DEFINES', [
205
'ANDROID=1', '_ANDROID=1',
@@ -207,6 +209,7 @@ def define_platform(conf):
207
209
208
210
211
212
+
213
elif conf.env.DEST_OS == 'win32':
214
215
'WIN32=1', '_WIN32=1',
0 commit comments