diff options
| author | EuAndreh <eu@euandre.org> | 2024-04-22 08:42:05 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-04-22 08:42:05 -0300 |
| commit | 459db8881003c2e31963eaf08124601069a5a34c (patch) | |
| tree | 4347a8d9511b5dce8cd948f147bbef422a1f2a49 /etc | |
| parent | etc/sh/rc: Point $NIX_PATH to local Nix repository (diff) | |
| download | dotfiles-459db8881003c2e31963eaf08124601069a5a34c.tar.gz dotfiles-459db8881003c2e31963eaf08124601069a5a34c.tar.xz | |
etc/sh/rc: Disable $CGO_ENABLED
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/sh/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ export VGFLAGS=' ' VGFLAGS="$(printf '%s\n' "$VGFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" +export CGO_ENABLED=0 export CCFLAGS=' -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 |
