mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[client] makefile, enable -O3 as the default now
This commit is contained in:
parent
79dffa047f
commit
81f1b43581
@ -1,5 +1,5 @@
|
|||||||
BINARY = looking-glass-client
|
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
|
LDFLAGS = -lrt
|
||||||
|
|
||||||
CFLAGS += -ffast-math
|
CFLAGS += -ffast-math
|
||||||
|
Loading…
Reference in New Issue
Block a user