summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tremor/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)