diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-12-20 17:05:50 +0100 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-12-21 00:38:41 +0100 |
commit | 6d876f1d6bf95827598809b965ed6a6e06008675 (patch) | |
tree | 0b95cd106a739f2e1f6faa6072b3327f99f49ebf /next/test | |
parent | d009ce88e012eba46bd4f30b21ab32bc53020f8a (diff) | |
download | qtlocation-mapboxgl-6d876f1d6bf95827598809b965ed6a6e06008675.tar.gz |
[build] Make the configuration simpler
Moved the Android flags to the compilation options interface
and removed build options we are not using and go back to CMake
defaults.
Diffstat (limited to 'next/test')
-rw-r--r-- | next/test/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/next/test/CMakeLists.txt b/next/test/CMakeLists.txt index 5063111c6c..761064f5b2 100644 --- a/next/test/CMakeLists.txt +++ b/next/test/CMakeLists.txt @@ -166,8 +166,4 @@ target_link_libraries( PUBLIC mbgl-vendor-googletest ) -if(CMAKE_SYSTEM_NAME STREQUAL Android) - set_target_properties(mbgl-test PROPERTIES LINK_FLAGS_RELEASE "-fuse-ld=gold -O2 -flto -Wl,--icf=safe") -endif() - set_property(TARGET mbgl-test PROPERTY FOLDER Core) |