autotools c++11
This commit is contained in:
		
							parent
							
								
									1cf0f56c68
								
							
						
					
					
						commit
						f887f578da
					
				@ -1,4 +1,6 @@
 | 
			
		||||
## Process this file with automake to produce Makefile.in
 | 
			
		||||
AM_CXXFLAGS = -std=gnu++11
 | 
			
		||||
 | 
			
		||||
ACLOCAL_AMFLAGS = -I m4
 | 
			
		||||
 | 
			
		||||
AUTOMAKE_OPTIONS = foreign
 | 
			
		||||
 | 
			
		||||
@ -39,6 +39,6 @@ autoreconf -i
 | 
			
		||||
# Run in a subdirectory to keep the sources clean
 | 
			
		||||
mkdir build || true
 | 
			
		||||
cd build
 | 
			
		||||
../configure CXX="-std=c++11"
 | 
			
		||||
../configure
 | 
			
		||||
 | 
			
		||||
make -j {NPROCESSORS:-2}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user