Browse Source

New binary builds.

Mark Sibly 9 years ago
parent
commit
54bab60ad5
4 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/env_macos.txt
  2. BIN
      bin/mx2cc_linux
  3. BIN
      bin/mx2cc_macos
  4. BIN
      bin/mx2cc_windows.exe

+ 1 - 1
bin/env_macos.txt

@@ -29,7 +29,7 @@ MX2_CC_OPTS_DESKTOP_DEBUG=-O0 '-g
 MX2_CC_OPTS_DESKTOP_RELEASE=-O3 -DNDEBUG
 
 'C++ compiler options
-MX2_CPP_OPTS_DESKTOP=-std=c++11 -Wno-deprecated-declarations -Wno-tautological-pointer-compare -Wno-undefined-bool-conversion -Wno-int-to-void-pointer-cast -Wno-inconsistent-missing-override -Wno-logical-op-parentheses
+MX2_CPP_OPTS_DESKTOP=-std=c++11 -Wno-deprecated-declarations -Wno-tautological-pointer-compare -Wno-undefined-bool-conversion -Wno-int-to-void-pointer-cast -Wno-inconsistent-missing-override -Wno-logical-op-parentheses -Wno-null-character
 MX2_CPP_OPTS_DESKTOP_DEBUG=-O0 '-g
 MX2_CPP_OPTS_DESKTOP_RELEASE=-O3 -DNDEBUG
 

BIN
bin/mx2cc_linux


BIN
bin/mx2cc_macos


BIN
bin/mx2cc_windows.exe