Add debug symbols for all targets (#1250)

This commit is contained in:
Sergey Kuznetsov
2024-03-11 13:35:52 +00:00
committed by GitHub
parent ecb7cdae88
commit 43ced3bf9d

View File

@@ -131,7 +131,7 @@ include(deps/gtest)
gtest_discover_tests(clio_tests DISCOVERY_TIMEOUT 90)
# Fix for dwarf5 bug on ci
target_compile_options(clio PUBLIC -gdwarf-4)
target_compile_options(clio_options INTERFACE -gdwarf-4)
target_compile_definitions(clio_tests PUBLIC UNITTEST_BUILD)
target_include_directories(clio_tests PRIVATE .)