summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3964473..1fe0b53 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,9 +18,6 @@ FetchContent_Declare(daw
GIT_TAG glfw
)
-add_compile_options(-Og -ggdb3 -fno-omit-frame-pointer)
-add_link_options(-Og -ggdb3 -fno-omit-frame-pointer)
-
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
add_compile_options(-D_DEBUG)
endif()