diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-02-13 16:39:56 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-02-13 16:39:56 +1100 |
| commit | b31bc07555fdd862181d8d6ed551163cea89bc62 (patch) | |
| tree | 5991e940d4a3f80675fa493fd11a79450011f5a6 /lib/tremor | |
| parent | 3bb002b6b81851e98fa906a02e3aa25381b9d6b9 (diff) | |
| download | tangara-fw-b31bc07555fdd862181d8d6ed551163cea89bc62.tar.gz | |
fix (improve?) libtremor strangeness
something fucky
Diffstat (limited to 'lib/tremor')
| -rw-r--r-- | lib/tremor/CMakeLists.txt | 2 |
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) |
