From 103b600dea5822888a772a02996b8541f4552eba Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 18 Feb 2025 20:20:30 -0500 Subject: [PATCH] SDCC: Build with optimizations. --- dev-embedded/sdcc/sdcc-4.5.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/sdcc/sdcc-4.5.0.recipe b/dev-embedded/sdcc/sdcc-4.5.0.recipe index 829b9f244..4c3ebd02e 100644 --- a/dev-embedded/sdcc/sdcc-4.5.0.recipe +++ b/dev-embedded/sdcc/sdcc-4.5.0.recipe @@ -140,7 +140,7 @@ BUILD() mkdir -p build pushd build - export CFLAGS="-DO_ASYNC=0 -fPIC" + export CFLAGS="-O2 -g -DO_ASYNC=0 -fPIC" export LDFLAGS="-lnetwork" runConfigure ../configure \