From 5bdf8f806519d165bd0e06c1d65ef7dc3403acd9 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sun, 20 Apr 2025 00:14:42 +0300 Subject: [PATCH] remove -Og flag from debug build --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f571b370..5e8fc44b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -108,7 +108,6 @@ target_compile_options( -Wno-unused-parameter -Wno-sign-compare -Wno-unknown-pragmas - $<$:-Og> >) target_link_options(