mac intel compile debug, do not merge (#1500)

This commit is contained in:
Zeref996
2023-03-04 10:57:19 +08:00
committed by GitHub
parent 21919d8e14
commit d21d48810e

View File

@@ -48,6 +48,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
# Set C++11 as standard for the whole project
if(NOT MSVC)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "-Wno-format")
add_definitions(-D_GLIBCXX_USE_CXX11_ABI=1)
endif(NOT MSVC)