|
@@ -16,6 +16,7 @@ GCC_EXEC_PREFIX=
|
|
|
|
|
|
'Mingw-64 for 32 bit apps.
|
|
|
PATH=${MX2_HOME}\devtools\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin;${PATH}
|
|
|
+PATH=${MX2_HOME}\devtools\i686-6.2.0-posix-dwarf-rt_v5-rev1\mingw32\bin;${PATH}
|
|
|
|
|
|
'Mingw-64 for 64 bit apps, but don't use 'coz no 64 bit angle lib yet.
|
|
|
'PATH=${MX2_HOME}\devtools\x86_64-5.3.0-posix-seh-rt_v4-rev0\mingw64\bin;${PATH}
|
|
@@ -24,17 +25,17 @@ MX2_GCC_TOOLS_WINDOWS=${MX2_HOME}\devtools\i686-5.3.0-posix-dwarf-rt_v4-rev0\min
|
|
|
|
|
|
'Linker options
|
|
|
MX2_LD_OPTS_WINDOWS=-static -m32
|
|
|
-MX2_LD_OPTS_WINDOWS_DEBUG='-g
|
|
|
-MX2_LD_OPTS_WINDOWS_RELEASE=-s ' -Wl,--gc-sections
|
|
|
+MX2_LD_OPTS_WINDOWS_DEBUG=
|
|
|
+MX2_LD_OPTS_WINDOWS_RELEASE=-O3 ' -Wl,--gc-sections
|
|
|
|
|
|
'C Compiler options
|
|
|
MX2_CC_OPTS_WINDOWS=-std=gnu99 -m32
|
|
|
-MX2_CC_OPTS_WINDOWS_DEBUG='-g
|
|
|
+MX2_CC_OPTS_WINDOWS_DEBUG=
|
|
|
MX2_CC_OPTS_WINDOWS_RELEASE=-O3 -DNDEBUG ' -fdata-sections -ffunction-sections
|
|
|
|
|
|
'C++ Compiler options
|
|
|
MX2_CPP_OPTS_WINDOWS=-std=c++11 -m32
|
|
|
-MX2_CPP_OPTS_WINDOWS_DEBUG='-g
|
|
|
+MX2_CPP_OPTS_WINDOWS_DEBUG=
|
|
|
MX2_CPP_OPTS_WINDOWS_RELEASE=-O3 -DNDEBUG ' -fvtable-gc -fdata-sections -ffunction-sections
|
|
|
|
|
|
|