diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-10 11:15:07 -0500 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-07-09 02:22:52 +0200 |
commit | eff92a3b2f836ab59b35bfe11ea91938b224bf59 (patch) | |
tree | 9bc21c57e226040eb6e900eb4084ef1c78b15826 /tests | |
parent | 6189a6894f891c33e310d1553df16f85f35d32b1 (diff) | |
download | ayatana-indicator-datetime-eff92a3b2f836ab59b35bfe11ea91938b224bf59.tar.gz ayatana-indicator-datetime-eff92a3b2f836ab59b35bfe11ea91938b224bf59.tar.bz2 ayatana-indicator-datetime-eff92a3b2f836ab59b35bfe11ea91938b224bf59.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 |