From 62ec741cd01de29b069d21e05e79c97958c842a2 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 6 Apr 2024 08:21:32 +0200 Subject: [PATCH] [odrbin] debug: forgot LDFLAGS actually --- .local/odrbin/debug | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/odrbin/debug b/.local/odrbin/debug index 00dc23c..81227f0 100755 --- a/.local/odrbin/debug +++ b/.local/odrbin/debug @@ -6,5 +6,6 @@ export PYTHONASYNCDEBUG=1 export PYTHONWARNINGS=default export CFLAGS="-O2 -pipe -ggdb3 -fsanitize=undefined,address,cfi -flto -fvisibility=default -Wall -Wextra -Werror -D_FORTIFY_SOURCE=3" export CXXFLAGS="${CFLAGS}" +export LDFLAGS="-fsanitize=undefined,address,cfi" exec "$@"