Skip to content

Commit

Permalink
[temp] Compile add-ons in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Aug 28, 2015
1 parent 6d11d07 commit 3a2b123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/cmake/addons/CMakeLists.txt
Expand Up @@ -17,7 +17,7 @@ else()
endif()

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
set(CMAKE_BUILD_TYPE Debug)
endif()

if(NOT CORE_SYSTEM_NAME)
Expand Down
2 changes: 1 addition & 1 deletion tools/buildsteps/win32/make-addons.bat
Expand Up @@ -94,7 +94,7 @@ IF "%addon%" NEQ "" (

rem execute cmake to generate makefiles processable by nmake
cmake "%ADDONS_PATH%" -G "NMake Makefiles" ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_BUILD_TYPE=Debug ^
-DCMAKE_USER_MAKE_RULES_OVERRIDE="%SCRIPTS_PATH%/c-flag-overrides.cmake" ^
-DCMAKE_USER_MAKE_RULES_OVERRIDE_CXX="%SCRIPTS_PATH%/cxx-flag-overrides.cmake" ^
-DCMAKE_INSTALL_PREFIX=%ADDONS_INSTALL_PATH% ^
Expand Down

0 comments on commit 3a2b123

Please sign in to comment.