1 2 3 4 5 6 7 8
# avoid memory exhaustion in GNU linker eval "$( declare -f build | \ sed ' /make/ i \ export LDFLAGS="-Wl,--no-keep-memory" ' )"