summaryrefslogtreecommitdiff
path: root/lib/tremor
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-02-14 17:47:46 +1100
committerjacqueline <me@jacqueline.id.au>2024-02-14 17:47:46 +1100
commit10770e0f5445bd39e5778a104fafd1788f9f62d7 (patch)
treec6fcb7e04e7c0de9a0cb430637e85a17228266a0 /lib/tremor
parent4bc77f901b1597b7cbc9ab7f4e0e354a7c93ed43 (diff)
downloadtangara-fw-10770e0f5445bd39e5778a104fafd1788f9f62d7.tar.gz
Use -Ofast for all codecs that don't break with it
Diffstat (limited to 'lib/tremor')
-rw-r--r--lib/tremor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tremor/CMakeLists.txt b/lib/tremor/CMakeLists.txt
index e44f9084..530c0493 100644
--- a/lib/tremor/CMakeLists.txt
+++ b/lib/tremor/CMakeLists.txt
@@ -5,4 +5,4 @@ idf_component_register(
SRCS bitwise.c codebook.c dsp.c floor0.c floor1.c floor_lookup.c framing.c
info.c mapping0.c mdct.c misc.c res012.c vorbisfile.c
INCLUDE_DIRS ".")
-target_compile_options("${COMPONENT_LIB}" PRIVATE -Wno-error=misleading-indentation -Wno-error=maybe-uninitialized -Wno-error=char-subscripts -Wno-error=unused-label)
+target_compile_options("${COMPONENT_LIB}" PRIVATE -Ofast -Wno-error=misleading-indentation -Wno-error=maybe-uninitialized -Wno-error=char-subscripts -Wno-error=unused-label)