From 4fe7e9f03e837ebf666ad73ade21337f59f3cdb3 Mon Sep 17 00:00:00 2001 From: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> Date: Fri, 14 Jul 2023 16:29:33 +0300 Subject: remove loop unroll on the debug packages --- packaging/docker/gen-cflags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/docker/gen-cflags.sh b/packaging/docker/gen-cflags.sh index 1b6c75814c..f5ccab8a4a 100755 --- a/packaging/docker/gen-cflags.sh +++ b/packaging/docker/gen-cflags.sh @@ -3,7 +3,7 @@ if [ -n "${CFLAGS}" ]; then echo "${CFLAGS}" elif [ -n "${DEBUG_BUILD}" ]; then - echo "-ffunction-sections -fdata-sections -Og -funroll-loops -ggdb -pipe" + echo "-ffunction-sections -fdata-sections -Og -ggdb -pipe" else echo "-ffunction-sections -fdata-sections -O2 -funroll-loops -pipe" fi -- cgit v1.2.3