change optimizer options
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,8 +1,8 @@
 | 
				
			|||||||
HEADERS=triangle.h linalg.h queue.h mat.h
 | 
					HEADERS=triangle.h linalg.h queue.h mat.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#SPECIAL_OPTIONS=-O0 -g -D_DEBUG
 | 
					#SPECIAL_OPTIONS=-O0 -g -D_DEBUG
 | 
				
			||||||
SPECIAL_OPTIONS=-O3 -pg -funroll-loops -fno-inline
 | 
					#SPECIAL_OPTIONS=-O3 -pg -funroll-loops -fno-inline
 | 
				
			||||||
#SPECIAL_OPTIONS=-O3 -flto -funroll-loops -Winline
 | 
					SPECIAL_OPTIONS=-O3 -flto -funroll-loops -Winline
 | 
				
			||||||
#SPECIAL_OPTIONS=
 | 
					#SPECIAL_OPTIONS=
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OPTIONS=-m64 -march=native -mtune=native -std=gnu99 -D_GNU_SOURCE $(SPECIAL_OPTIONS)
 | 
					OPTIONS=-m64 -march=native -mtune=native -std=gnu99 -D_GNU_SOURCE $(SPECIAL_OPTIONS)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user