aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xcompile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
index 5714ea7760..76ec30736c 100755
--- a/compile.sh
+++ b/compile.sh
@@ -35,6 +35,7 @@ CXX=${CXX:-g++}
CXXSTD="c++0x"
unset JAVA_TOOL_OPTIONS
+unset _JAVA_OPTIONS
JAVA_VERSION=${JAVA_VERSION:-"1.8"}
PLATFORM="$(uname -s | tr 'A-Z' 'a-z')"