9 lines
		
	
	
		
			218 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			218 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# bashrc
 | 
						|
# This file created by portage2paludis.bash
 | 
						|
CHOST="x86_64-pc-linux-gnu"
 | 
						|
CFLAGS="-march=core-avx2 -O2 -pipe -Wall -g"
 | 
						|
CXXFLAGS="${CFLAGS}"
 | 
						|
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
 | 
						|
MAKEOPTS="-j8"
 | 
						|
 |