Skip to content

Commit

Permalink
BUILD: disable the x11 gamma workaround logic by default in builds as…
Browse files Browse the repository at this point in the history
… it's no longer needed
  • Loading branch information
ciscon committed Mar 12, 2024
1 parent 400936d commit 267a493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ else

# Resolve all symbols at link time
ifeq ($(SYS),Linux)
CFLAGS += -DX11_GAMMA_WORKAROUND
#CFLAGS += -DX11_GAMMA_WORKAROUND
LDFLAGS_c += -Wl,--no-undefined
endif

Expand Down

0 comments on commit 267a493

Please sign in to comment.