mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	than having CFLAGS= in the template files. It uses -O2 for gcc (generated by autoconf), and -O for non-gcc, unless the template overrides it.
		
			
				
	
	
		
			3 lines
		
	
	
		
			67 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			67 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
CFLAGS='-v -O -K i486,host,inline,loop_unroll -Dsvr4'
 | 
						|
LIBS="-lc89"
 |