Use -Ofast for all codecs that don't break with it

This commit is contained in:
jacqueline
2024-02-14 17:47:46 +11:00
parent 4bc77f901b
commit 10770e0f54
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -41,5 +41,6 @@ target_compile_options(${COMPONENT_LIB}
$<$<C_COMPILER_ID:AppleClang,Clang,GNU>:-Wno-implicit-function-declaration>
$<$<C_COMPILER_ID:AppleClang,Clang,GNU>:-Wno-stringop-overflow>
$<$<C_COMPILER_ID:AppleClang,Clang,GNU>:-fPIC>
-Ofast
)