diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-10 11:17:15 -0500 |
---|---|---|
committer | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-10 11:17:15 -0500 |
commit | 349c453f99aa11cea482f5078e7427e8c5e03b27 (patch) | |
tree | ef823198427dfdf1910b891b1b5d74b1c9724428 | |
parent | 703381ce12b79211c64a8ded04222d277f25cb6e (diff) | |
download | ayatana-indicator-display-349c453f99aa11cea482f5078e7427e8c5e03b27.tar.gz ayatana-indicator-display-349c453f99aa11cea482f5078e7427e8c5e03b27.tar.bz2 ayatana-indicator-display-349c453f99aa11cea482f5078e7427e8c5e03b27.zip |
Remove hard-coded -g option.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e4431a..27a074b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") list(APPEND CXX_WARNING_ARGS -Wall -Wextra -Wpedantic) endif() -add_compile_options(-std=c++14 -fPIC -g) +add_compile_options(-std=c++14 -fPIC) add_subdirectory(src) add_subdirectory(data) |