diff --git a/setpath.sh b/setpath.sh index b7e3a9c6..e43ffcc9 100755 --- a/setpath.sh +++ b/setpath.sh @@ -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