diff options
author | EuAndreh <eu@euandre.org> | 2022-12-24 15:06:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-12-24 15:06:49 -0300 |
commit | aea04d9268f8ed631030a6fe73a78092129fa795 (patch) | |
tree | 1efbdc4805001c4ec4c28b26ce91ca9670ad320d | |
parent | etc/guix/home.scm: Switch to clang toolchaing (diff) | |
download | dotfiles-aea04d9268f8ed631030a6fe73a78092129fa795.tar.gz dotfiles-aea04d9268f8ed631030a6fe73a78092129fa795.tar.xz |
etc/sh/rc: export $VG_FLAGS
-rw-r--r-- | etc/sh/rc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -76,6 +76,13 @@ N_PROCS=$(($(nproc) * 2 + 1)) GUILE_EFFECTIVE_VERSION="$(guile -c '(display (effective-version))')" export MAKEFLAGS="-j $N_PROCS" export GOPATH="$SRC/go" +export VG_FLAGS=' +--show-error-list=yes +--show-leak-kinds=all +--leak-check=full +--track-origins=yes +--error-exitcode=1 +' export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -O0 -g -Werror' export CC=gcc export AR=gcc-ar |