appveyor - now?

This commit is contained in:
M. Petra Baranski 2019-02-19 02:34:39 +01:00
parent 0762f6cc5d
commit c5c37a7627
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if (UNIX)
else()
set(
CMAKE_CXX_FLAGS
"${CMAKE_CXX_FLAGS} -g -std=c++${MADDY_CPP_VERSION} -fno-rtti -fno-exceptions -fsanitize=address -fno-omit-frame-pointer"
"${CMAKE_CXX_FLAGS} -std=c++${MADDY_CPP_VERSION}"
)
endif()