mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] switch back to atomic locking as the default
The prior patch to correct the mouse loop resolves the CPU load issue with the atomic locking method. SDL mutexes are still available if desired but full mutex locking is far slower then fast spinlocks
This commit is contained in:
parent
c0b2c8e655
commit
e5f86a824a
@ -1,5 +1,5 @@
|
||||
BINARY = looking-glass-client
|
||||
CFLAGS = -g -O3 -std=gnu99 -march=native -Wall -Werror -I./ -I../common -DDEBUG
|
||||
CFLAGS = -g -O3 -std=gnu99 -march=native -Wall -Werror -I./ -I../common -DDEBUG -DATOMIC_LOCKING
|
||||
LDFLAGS = -lrt
|
||||
|
||||
CFLAGS += -ffast-math
|
||||
|
Loading…
Reference in New Issue
Block a user