mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-31 18:13:44 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b64151aee |
@@ -116,20 +116,6 @@ endif()
|
|||||||
|
|
||||||
message(STATUS "Build type: " ${CMAKE_BUILD_TYPE})
|
message(STATUS "Build type: " ${CMAKE_BUILD_TYPE})
|
||||||
|
|
||||||
if (PLATFORM_LINUX OR PLATFORM_ANDROID)
|
|
||||||
find_program(LLD_FOUND ld.lld)
|
|
||||||
if (LLD_FOUND)
|
|
||||||
message(STATUS "Using ld.lld linker")
|
|
||||||
set(CMAKE_EXE_LINKER_FLAGS "-fuse-ld=lld")
|
|
||||||
else()
|
|
||||||
find_program(GOLD_FOUND ld.gold)
|
|
||||||
if (GOLD_FOUND)
|
|
||||||
message(STATUS "Using ld.gold")
|
|
||||||
set(CMAKE_EXE_LINKER_FLAGS "-fuse-ld=gold")
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (NOT SKIP_TESTS)
|
if (NOT SKIP_TESTS)
|
||||||
enable_testing()
|
enable_testing()
|
||||||
# Enables ctest -T memcheck with valgrind
|
# Enables ctest -T memcheck with valgrind
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
android:layout_marginTop="@dimen/margin_base">
|
android:layout_marginTop="@dimen/margin_base">
|
||||||
|
|
||||||
<RadioButton
|
<RadioButton
|
||||||
style="@style/MwmTextAppearance.Subtitle1"
|
style="@style/TextAppearance.Subtitle1"
|
||||||
android:id="@+id/sort_by_default"
|
android:id="@+id/sort_by_default"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|||||||
Reference in New Issue
Block a user