diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-10 11:15:07 -0500 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:38:27 +0200 |
commit | 70a66aaeaaec2a08faea197f7384527a1decfd89 (patch) | |
tree | 0b5cdfa35451b847bd93775398e7b41243fdeb72 /tests | |
parent | acb754b646845d051e644a3ba4cfe7be5130b9d2 (diff) | |
download | ayatana-indicator-datetime-70a66aaeaaec2a08faea197f7384527a1decfd89.tar.gz ayatana-indicator-datetime-70a66aaeaaec2a08faea197f7384527a1decfd89.tar.bz2 ayatana-indicator-datetime-70a66aaeaaec2a08faea197f7384527a1decfd89.zip |
Remove the hard-coding of -g compiler flag.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d83f315..23d0dc3 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,6 +1,6 @@ find_package(GMock REQUIRED) -SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -g ${COMPILE_FLAGS}") +SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 ${COMPILE_FLAGS}") # dbustest pkg_check_modules(DBUSTEST REQUIRED |