mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 07:22:21 +08:00
checkpoint. turned off nagle and send buffering. also
added test to skip clipboard conversion if a previous conversion from that owner failed.
This commit is contained in:
@@ -13,7 +13,7 @@ RMR = /bin/rm -rf
|
||||
#
|
||||
# compiler options
|
||||
#
|
||||
GCXXDEFS = -D_XOPEN_SOURCE=600
|
||||
GCXXDEFS = -D_XOPEN_SOURCE=600 -D_SVID_SOURCE
|
||||
GCXXINCS = -I$(DEPTH)/include -I/usr/X11R6/include
|
||||
GCXXOPTS = -Wall -W -fexceptions
|
||||
CXXOPTIMIZER = -g
|
||||
|
||||
Reference in New Issue
Block a user