File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,14 @@ if (NOT (${CMAKE_SYSTEM_NAME} STREQUAL "Windows"))
92
92
set (LIB_INSTALL_DIR "lib" )
93
93
else ()
94
94
message ("Windows flags" )
95
- add_definitions (-D WIN32 -D QT_DEBUG )
95
+ add_definitions (-D WIN32 )
96
96
97
97
# By default, do not warn when built on machines using only VS Express:
98
98
if (NOT DEFINED CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS)
99
99
set (CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS ON )
100
100
endif ()
101
101
set (CMAKE_C_FLAGS "/Zc:wchar_t- /EHsc /GR ${CMAKE_C_FLAGS} " )
102
- set (CMAKE_CXX_FLAGS "/Zc:wchar_t- /EHsc /GR /W4 /MP /FAu ${CMAKE_CXX_FLAGS} /D DEBUG /D QT_DEBUG " )
102
+ set (CMAKE_CXX_FLAGS "/Zc:wchar_t- /EHsc /GR /W4 /MP /FAu ${CMAKE_CXX_FLAGS} " )
103
103
104
104
set (LIB_INSTALL_DIR "bin" )
105
105
endif ()
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ environment:
17
17
BINTRAYKEY :
18
18
secure : SF9KK/1ShDAudlHJFsZro1MQOaYqjJ0Hb2mbJEvFyxPCLHtevjyxuLT1IrsSmE1o
19
19
20
- configuration : Release
20
+ configuration : Debug
21
21
22
22
os : Visual Studio 2015
23
23
@@ -33,8 +33,8 @@ build_script:
33
33
- cd c:\b
34
34
- echo %BOOST_ROOT%
35
35
- echo %BOOST_LIBRARYDIR%
36
- - cmake -G "Visual Studio 14 2015 Win64" "-DCMAKE_PREFIX_PATH=%QTDIR%;%BOOST_ROOT%" "-DLIMA_RESOURCES=build" "-DCMAKE_BUILD_TYPE=RelWithDebInfo " "-DCMAKE_INSTALL_PREFIX=c:\d" "-DBOOST_ROOT:STRING=%BOOST_ROOT%" "-DBOOST_LIBRARYDIR:STRING=%BOOST_LIBRARYDIR%" c:/projects/lima
37
- - cmake --build . --config RelWithDebInfo
36
+ - cmake -G "Visual Studio 14 2015 Win64" "-DCMAKE_PREFIX_PATH=%QTDIR%;%BOOST_ROOT%" "-DLIMA_RESOURCES=build" "-DCMAKE_BUILD_TYPE=Debug " "-DCMAKE_INSTALL_PREFIX=c:\d" "-DBOOST_ROOT:STRING=%BOOST_ROOT%" "-DBOOST_LIBRARYDIR:STRING=%BOOST_LIBRARYDIR%" c:/projects/lima
37
+ - cmake --build . --config Debug
38
38
39
39
on_success :
40
40
- ps : ls c:/d/share/apps/lima/tests
You can’t perform that action at this time.
0 commit comments