From bbf3f577642b7d24695ece47252eff03ab2c308c Mon Sep 17 00:00:00 2001 From: 0scar Date: Sun, 25 Aug 2024 19:33:09 +0200 Subject: This commit works well with daw version e09c7858 --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') 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() -- cgit v1.3