From 349c453f99aa11cea482f5078e7427e8c5e03b27 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Fri, 10 Feb 2017 11:17:15 -0500 Subject: Remove hard-coded -g option. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3