restored c++ abi to system default

This commit is contained in:
Jack Andersen 2015-07-12 08:06:07 -10:00
parent 7ec5a5971a
commit 11331e068e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ set(ATHENA_VERSION
add_subdirectory(extern)
include_directories(include ${LZO_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR})
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=1")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
if(WIN32)
list(APPEND CORE_EXTRA src/win32_largefilewrapper.c)