there's currently no reason to distribute debug symbols; let's distribute just the Release builds
This commit is contained in:
		@ -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[@]}"
 | 
					for BUILD in "${BUILDS[@]}"
 | 
				
			||||||
do
 | 
					do
 | 
				
			||||||
  BUILDROOT="$MYDIR/build"
 | 
					  BUILDROOT="$MYDIR/build"
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user