aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-17 10:04:03 -0300
committerEuAndreh <eu@euandre.org>2025-01-17 10:04:03 -0300
commit480431fba4106f3bf46d51ef5c8c8ce16a2a50ce (patch)
treea82bf35e9ab141bfaea41b43a5bc785e45beb8fc
parentetc/git/config: fetch all remotes, and in parallel (diff)
downloaddotfiles-480431fba4106f3bf46d51ef5c8c8ce16a2a50ce.tar.gz
dotfiles-480431fba4106f3bf46d51ef5c8c8ce16a2a50ce.tar.xz
etc/sh/rc: Remove _{POSIX_C,XOPEN}_SOURCE from $CFLAGS
-rw-r--r--etc/sh/rc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 7f7a8f0..152060c 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -130,8 +130,6 @@ VGFLAGS="$(printf '%s\n' "$VGFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"
export FUZZSEC=0.1
export CC=gcc
export CCFLAGS='
- -D_POSIX_C_SOURCE=200809L
- -D_XOPEN_SOURCE=700
-fPIC
-std=c17
-Wall