there's currently no reason to distribute debug symbols; let's distribute just the Release builds
This commit is contained in:
parent
b0f10b7940
commit
88b0f746c6
|
@ -30,7 +30,8 @@ trap 'error ${LINENO}' ERR
|
|||
|
||||
####
|
||||
|
||||
declare -a BUILDS=("Debug" "Release")
|
||||
# declare -a BUILDS=("Debug" "Release")
|
||||
declare -a BUILDS=("Release")
|
||||
for BUILD in "${BUILDS[@]}"
|
||||
do
|
||||
BUILDROOT="$MYDIR/build"
|
||||
|
|
Loading…
Reference in New Issue
Block a user