Skip to content
Snippets Groups Projects
Commit 503b5a90 authored by amete's avatar amete
Browse files

Fix athena preload logic

parent 50c0c6f9
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ do
--stdcmath) USEIMF=0;;
--imf) USEIMF=1;;
--preloadlib*) export ATHENA_ADD_PRELOAD=${a#*=};;
--drop-and-reload) export ATHENA_DROP_RELOAD=1;;
--drop-and-reload) ATHENA_DROP_RELOAD=1;;
--CA) USECA=1;;
*) otherargs="$otherargs $a";;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment