axmol/templates/cpp-template-default
tmr111116 ab8a119df2 Add NDEBUG for template Xcode project (#10825)
Android and other projects include NDEBUG already

templates/cpp-template-default/proj.android/jni/Application.mk:  APP_CPPFLAGS += -DNDEBUG
templates/cpp-template-default/proj.win32/HelloCpp.vcxproj:      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USE_MATH_DEFINES;GL_GLEXT_PROTOTYPES;CC_ENABLE_CHIPMUNK_INTEGRATION=1;_CRT_SECUR
templates/cpp-template-default/proj.wp8-xaml/AppComponent/HelloCppComponent.vcxproj:      <PreprocessorDefinitions>CC_ENABLE_CHIPMUNK_INTEGRATION=1;NDEBUG;%(PreprocessorDefinitions)</Preprocess
templates/cpp-template-default/proj.wp8-xaml/AppComponent/HelloCppComponent.vcxproj:      <PreprocessorDefinitions>CC_ENABLE_CHIPMUNK_INTEGRATION=1;NDEBUG;%(PreprocessorDefinitions)</Preprocess
templates/lua-template-default/frameworks/runtime-src/proj.android/jni/Application.mk:  APP_CPPFLAGS += -DNDEBUG
templates/lua-template-default/frameworks/runtime-src/proj.ios_mac/HelloLua.xcodeproj/project.pbxproj:                                  NDEBUG,
templates/lua-template-default/frameworks/runtime-src/proj.win32/HelloLua.vcxproj:      <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGSNDEBUG;GLFW
templates/lua-template-default/frameworks/runtime-src/proj.win32/HelloLua.vcxproj:      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
templates/lua-template-default/frameworks/runtime-src/proj.win32/HelloLua.vcxproj:      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2016-11-09 11:26:28 +08:00
..
Classes Refine cpp template for iOS (#15792) 2016-06-08 10:55:02 +08:00
Resources Support new portrait project from cpp template. 2015-07-20 09:58:40 +08:00
proj.android merge v3.13.1 back to v3 2016-09-15 10:08:28 +08:00
proj.android-studio merge v3.13.1 back to v3 2016-09-15 10:08:28 +08:00
proj.ios_mac Add NDEBUG for template Xcode project (#10825) 2016-11-09 11:26:28 +08:00
proj.linux fix for wrong directory in linux cpp-template 2014-09-27 10:38:10 +01:00
proj.tizen Support compile & run project on Tizen by cocos command. (#16783) 2016-11-02 17:41:26 +08:00
proj.win8.1-universal merge v3.11 back to v3 2016-05-04 16:02:23 +08:00
proj.win10 added missing COCOS2D_DEBUG=1 to debug preprocessor defines (#16551) 2016-09-12 09:48:56 +08:00
proj.win32 feat: upgrades to GLFW v3.2 2016-06-29 16:11:30 -07:00
CMakeLists.txt Fix LNK4098 and LNK2001 warnings (#16372) 2016-08-22 15:50:17 +08:00
cocos-project-template.json Support compile & run project on Tizen by cocos command. (#16783) 2016-11-02 17:41:26 +08:00