summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.cmake b/configure.cmake
index f6863d01fe..e4b632f0db 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -130,6 +130,16 @@ qt_config_compiler_supports_flag_test(optimize_debug
FLAG "-Og"
)
+qt_config_linker_supports_flag_test(enable_new_dtags
+ LABEL "new dtags support"
+ FLAG "--enable-new-dtags"
+)
+
+qt_config_linker_supports_flag_test(gdb_index
+ LABEL "gdb index support"
+ FLAG "--gdb-index"
+)
+
# reduce_relocations
qt_config_compile_test(reduce_relocations
LABEL "-Bsymbolic-functions support"