diff options
author | EuAndreh <eu@euandre.org> | 2025-01-17 10:04:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-17 10:04:03 -0300 |
commit | 480431fba4106f3bf46d51ef5c8c8ce16a2a50ce (patch) | |
tree | a82bf35e9ab141bfaea41b43a5bc785e45beb8fc /etc/sh/rc | |
parent | etc/git/config: fetch all remotes, and in parallel (diff) | |
download | dotfiles-480431fba4106f3bf46d51ef5c8c8ce16a2a50ce.tar.gz dotfiles-480431fba4106f3bf46d51ef5c8c8ce16a2a50ce.tar.xz |
etc/sh/rc: Remove _{POSIX_C,XOPEN}_SOURCE from $CFLAGS
Diffstat (limited to 'etc/sh/rc')
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |