1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

use GLIBCXX11 ABI

This should enable builds with GCC4 that link against libraries
like boost which were built with GCC5. See
e5fec2aaac
This commit is contained in:
Carles Fernandez 2016-07-02 19:41:15 +02:00
parent 2ec5479d6e
commit cf53f86aea

View File

@ -29,6 +29,7 @@ enable_testing()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
add_definitions(-D_GLIBCXX_USE_CXX11_ABI=1)
option(ENABLE_STRIP "Create a stripped volk_gnsssdr_profile binary (without shared libraries)" OFF)