mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:03:40 +00:00
[client] added missing library for floor
function
This commit is contained in:
parent
fbbee1cdac
commit
6918eeca26
@ -1,6 +1,6 @@
|
|||||||
BINARY = looking-glass-client
|
BINARY = looking-glass-client
|
||||||
CFLAGS = -g -O3 -std=gnu99 -march=native -Wall -Werror -I./ -I../common -DDEBUG -DATOMIC_LOCKING
|
CFLAGS = -g -O3 -std=gnu99 -march=native -Wall -Werror -I./ -I../common -DDEBUG -DATOMIC_LOCKING
|
||||||
LDFLAGS = -lrt
|
LDFLAGS = -lrt -lm
|
||||||
|
|
||||||
CFLAGS += -ffast-math
|
CFLAGS += -ffast-math
|
||||||
CFLAGS += -fdata-sections -ffunction-sections
|
CFLAGS += -fdata-sections -ffunction-sections
|
||||||
|
Loading…
Reference in New Issue
Block a user