diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-09-10 23:13:32 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-09-11 11:33:34 +0300 |
commit | 102a07cc63a4fb4a938893de36d8f459ca931f7a (patch) | |
tree | 50b23ac22a9ba496420bb9eb7dd1ccab05798b5a /platform | |
parent | 92b3386dece8c010512a10cfbd5c99daf7091f2c (diff) | |
download | qtlocation-mapboxgl-102a07cc63a4fb4a938893de36d8f459ca931f7a.tar.gz |
[build] Remove CXX11 flag
No longer needed after we vendorized so many deps.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/linux/config.cmake | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/platform/linux/config.cmake b/platform/linux/config.cmake index aa65ddb606..d7bfad0011 100644 --- a/platform/linux/config.cmake +++ b/platform/linux/config.cmake @@ -101,14 +101,6 @@ macro(mbgl_platform_core) PRIVATE nunicode PUBLIC -lz ) - - if(WITH_CXX11ABI) - # Statically link libstdc++ when we're using the new STL ABI - target_link_libraries(mbgl-core - PUBLIC -static-libstdc++ - PUBLIC -Wl,-Bsymbolic-functions - ) - endif() endmacro() |