1 --- src/CMakeLists.txt.orig 2016-09-14 01:48:05.822928918 +0200
2 +++ src/CMakeLists.txt 2016-09-14 01:48:54.906931451 +0200
5 ADD_DEFINITIONS (-D_CRT_SECURE_NO_WARNINGS)
7 - SET (CMAKE_CXX_FLAGS "-Wall -fno-strict-aliasing")
8 + SET (CMAKE_CXX_FLAGS "-Wall -fno-strict-aliasing ${CMAKE_CXX_FLAGS}")
10 OPTION (APVLV_ENABLE_DEBUG "If build binary with debug infomations." OFF)
11 IF (APVLV_ENABLE_DEBUG)