summaryrefslogtreecommitdiff
path: root/next/render-test
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-20 17:05:50 +0100
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-21 00:38:41 +0100
commit6d876f1d6bf95827598809b965ed6a6e06008675 (patch)
tree0b95cd106a739f2e1f6faa6072b3327f99f49ebf /next/render-test
parentd009ce88e012eba46bd4f30b21ab32bc53020f8a (diff)
downloadqtlocation-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/render-test')
-rw-r--r--next/render-test/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/next/render-test/CMakeLists.txt b/next/render-test/CMakeLists.txt
index 3cec9dc4bd..55accfcbb4 100644
--- a/next/render-test/CMakeLists.txt
+++ b/next/render-test/CMakeLists.txt
@@ -47,8 +47,4 @@ target_link_libraries(
PUBLIC mbgl-core
)
-if(CMAKE_SYSTEM_NAME STREQUAL Android)
- set_target_properties(mbgl-render-test PROPERTIES LINK_FLAGS_RELEASE "-fuse-ld=gold -O2 -flto -Wl,--icf=safe")
-endif()
-
set_property(TARGET mbgl-render-test PROPERTY FOLDER Core)