浏览代码

New binary builds.

Mark Sibly 9 年之前
父节点
当前提交
54bab60ad5
共有 4 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/env_macos.txt
  2. 二进制
      bin/mx2cc_linux
  3. 二进制
      bin/mx2cc_macos
  4. 二进制
      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/mx2cc_linux


二进制
bin/mx2cc_macos


二进制
bin/mx2cc_windows.exe