1
0
镜像自地址 https://github.com/quitesimpleorg/qsmaddy.git 已同步 2025-06-06 21:33:20 +02:00

appveyor - now?

这个提交包含在:
M. Petra Baranski 2019-02-19 02:34:39 +01:00
父节点 0762f6cc5d
当前提交 c5c37a7627

查看文件

@ -33,7 +33,7 @@ if (UNIX)
else() else()
set( set(
CMAKE_CXX_FLAGS 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() endif()