From b31bc07555fdd862181d8d6ed551163cea89bc62 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 13 Feb 2024 16:39:56 +1100 Subject: fix (improve?) libtremor strangeness something fucky --- lib/tremor/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/tremor/CMakeLists.txt b/lib/tremor/CMakeLists.txt index 296dd4cc..1000fe5f 100644 --- a/lib/tremor/CMakeLists.txt +++ b/lib/tremor/CMakeLists.txt @@ -6,3 +6,5 @@ idf_component_register( res012.c sharedbook.c synthesis.c vorbisfile.c window.c INCLUDE_DIRS "." REQUIRES "ogg") + +target_compile_options("${COMPONENT_LIB}" PRIVATE -Og) -- cgit v1.2.3