Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mingw64_scons.patch « patches « bullet2 « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e63dee3c48c308d9b99f842bc4f47d739c523443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: SConscript
===================================================================
--- SConscript	(revision 45919)
+++ SConscript	(working copy)
@@ -11,7 +11,7 @@
     defs += ' WIN32 NDEBUG _WINDOWS'
     #cflags += ['/MT', '/W3', '/GX', '/O2', '/Op']
     cflags += ['/MT', '/W3', '/GX', '/Og', '/Ot', '/Ob1', '/Op', '/G6', '/O3', '/EHcs']
-elif env['OURPLATFORM'] in ('win32-mingw', 'linuxcross'):
+elif env['OURPLATFORM'] in ('win32-mingw', 'linuxcross', 'win64-mingw'):
     defs += ' NDEBUG'
     cflags += ['-O2']
 elif env['OURPLATFORM'] in ('linux', 'freebsd4', 'freebsd5'):