summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2024-08-25 17:33:09 +0000
committer0undefined <oscar@nelin.dk>2025-02-26 12:50:10 +0000
commitbbf3f577642b7d24695ece47252eff03ab2c308c (patch)
treeb7f500aed2ba2750a0a94d8e541a40b687aea8a9 /CMakeLists.txt
parent34aa22651c34ad02ae4474057b1c3bce16d38aca (diff)
This commit works well with daw version e09c7858
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()