From 9792de4284dfe6ea7c681724fdb31ca292e1d8cf Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Tue, 10 Apr 2018 10:32:53 -0500 Subject: [PATCH] Fix release build switch --- build_proton.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_proton.sh b/build_proton.sh index 970c0a01..7e16e04b 100755 --- a/build_proton.sh +++ b/build_proton.sh @@ -219,7 +219,6 @@ if [ "$BUILD_COMPONENTS" == "all" ]; then PACKAGE=true fi -RELEASE_BUILD=1 INSTALL_PROGRAM_FLAGS='' for param in "$@"; do if [ "$param" == "--release" ]; then