Skip to content

Commit

Permalink
[temp] Always compile add-ons in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jul 1, 2015
1 parent b15fb6e commit e0436f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/cmake/addons/CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.8)
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})

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

if(NOT CORE_SYSTEM_NAME)
Expand Down

0 comments on commit e0436f9

Please sign in to comment.