From 42319e44c0694248f933608781497f7b956039d3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 6 Jan 2024 18:19:30 -0300 Subject: etc/sh/rc: Remove extra options from $CFLAGS --- etc/sh/rc | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc/sh/rc') diff --git a/etc/sh/rc b/etc/sh/rc index 3785d30..66f4645 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -137,11 +137,8 @@ export CFLAGS=' -Wfloat-equal -Wundef -Wdouble-promotion - -fno-common -fsanitize=undefined -fsanitize-trap - -O0 - -g -Werror ' CFLAGS="$(printf '%s\n' "$CFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" -- cgit v1.2.3