disable core dumps in setpath.sh

metadata
Wenzel Jakob 2014-06-04 18:08:38 +02:00
parent 03bb97fb95
commit d444f7809f
1 changed files with 0 additions and 3 deletions

View File

@ -55,7 +55,4 @@ if [[ "$(uname)" == 'Darwin' ]]; then
else
export LD_LIBRARY_PATH="$MITSUBA_DIR/dist:$LD_LIBRARY_PATH"
export PATH="$MITSUBA_DIR/dist:$PATH"
# Generate core dumps if something goes wrong
ulimit -c 1000000000
fi