rockbox/lib/rbcodec
Aidan MacDonald d815053360 Add support for -fstack-protector in native builds
-fstack-protector only needs a small amount of runtime
support to work on native builds. It increases code size
by ~1.5% on ARM/MIPS; -fstack-protector-strong adds 3-4%.
This is disabled by default and must be enabled by passing
'--with-stack-protector' to configure.

Change-Id: If952e711d3673c9b469895f08c7bff70b3d95df6
2026-04-21 21:16:28 -04:00
..
codecs Add support for -fstack-protector in native builds 2026-04-21 21:16:28 -04:00
dsp dsp: add option to swap left and right channels 2026-04-16 21:08:53 -04:00
metadata metadata: vorbis: fix warning when building sim on aarch64 linux 2026-01-14 15:11:34 +01:00
test firmware: refactor CACHEALIGN_BITS/SIZE defines 2026-03-06 14:49:00 +00:00
platform.h firmware: refactor CACHEALIGN_BITS/SIZE defines 2026-03-06 14:49:00 +00:00
rbcodec.make
rbcodecconfig-example.h
rbcodecplatform-unix.h
SOURCES