mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
				synced 2025-11-03 21:53:30 +00:00 
			
		
		
		
	jenkins.sh: use --enable-werror configure flag, not CFLAGS
Change-Id: I5fe776cf9ccb5d462c3c1fbbb1e31abe6f42bde6
This commit is contained in:
		@@ -36,7 +36,7 @@ set -x
 | 
			
		||||
 | 
			
		||||
cd "$base"
 | 
			
		||||
autoreconf --install --force
 | 
			
		||||
./configure --enable-sanitize --enable-external-tests CFLAGS="-Werror" CPPFLAGS="-Werror"
 | 
			
		||||
./configure --enable-sanitize --enable-external-tests --enable-werror
 | 
			
		||||
$MAKE $PARALLEL_MAKE
 | 
			
		||||
$MAKE check || cat-testlogs.sh
 | 
			
		||||
$MAKE distcheck || cat-testlogs.sh
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user