aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home
diff options
context:
space:
mode:
authorLibravatar Arnold Sommerfeld <sommerfeld@strisemarx.com>2024-03-13 13:12:37 +0000
committerLibravatar Arnold Sommerfeld <sommerfeld@strisemarx.com>2024-03-13 13:12:37 +0000
commitdc064b765d39605e633582304a9a272ca3290b7d (patch)
treea34b941f1d96527a4cd55e9124dfb3ae7b6416e8 /home
parent8b4c29e3181144a61211a50bbe1731faa26e756f (diff)
downloaddotfiles-dc064b765d39605e633582304a9a272ca3290b7d.tar.gz
dotfiles-dc064b765d39605e633582304a9a272ca3290b7d.tar.bz2
dotfiles-dc064b765d39605e633582304a9a272ca3290b7d.zip
Remove DEV_CFLAGS
Not used.
Diffstat (limited to 'home')
-rw-r--r--home/.config/sh/envrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/home/.config/sh/envrc b/home/.config/sh/envrc
index 02ecd5c..efc47b7 100644
--- a/home/.config/sh/envrc
+++ b/home/.config/sh/envrc
@@ -139,8 +139,6 @@ export GIT_PS1_SHOWSTASHSTATE=1
export GIT_PS1_SHOWUNTRACKEDFILES=1
export GIT_PS1_SHOWUPSTREAM="auto"
-export DEV_CFLAGS="-fno-omit-frame-pointer -O1 -fsanitize=address -fsanitize=undefined -fno-sanitize=vptr,function -fno-sanitize-recover=all -fuse-ld=mold -Werror=unguarded-availability-new -Wall -Wextra -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wstring-conversion -Wmisleading-indentation -Werror -fdiagnostics-color -g-fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -D_DEBUG -D_GNU_SOURCE"
-
# only set XAUTHORITY when not logging from ssh, since it breaks xauth
[ "$XDG_RUNTIME_DIR" ] && export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"