mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 04:31:57 +00:00 
			
		
		
		
	[client] makefile, enable -O3 as the default now
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| BINARY  = looking-glass-client | ||||
| CFLAGS  = -g -Og -std=gnu99 -march=native -Wall -Werror -I./ -I../common -DDEBUG | ||||
| CFLAGS  = -g -O3 -std=gnu99 -march=native -Wall -Werror -I./ -I../common -DDEBUG | ||||
| LDFLAGS = -lrt | ||||
|  | ||||
| CFLAGS  += -ffast-math | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Geoffrey McRae
					Geoffrey McRae