use debug per default

This commit is contained in:
Mirko Scholz 2020-09-05 10:55:54 +02:00
parent 51c2d2e2e7
commit 96f70c9474

View File

@ -3,6 +3,8 @@ project(stc_rpncalc C CXX)
# 3rd party tools
find_package(Qt5 COMPONENTS Widgets Qml Quick REQUIRED)
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "Build type (for tests debug make sense)")
# Compiler warnings
if(MSVC)
add_compile_options(/W4 /WX)