From 10770e0f5445bd39e5778a104fafd1788f9f62d7 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 14 Feb 2024 17:47:46 +1100 Subject: Use -Ofast for all codecs that don't break with it --- lib/tremor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tremor') 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) -- cgit v1.2.3