mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-09 08:21:03 -04:00
foo
This commit is contained in:
parent
18059a2fb1
commit
3c57356fd5
4 changed files with 144 additions and 142 deletions
|
|
@ -2,7 +2,7 @@
|
|||
PREFIX = /usr/local
|
||||
|
||||
# Default compile flags (overridable by environment)
|
||||
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement
|
||||
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement -fPIC
|
||||
|
||||
# Uncomment to build XWayland support
|
||||
#CFLAGS += -DXWAYLAND
|
||||
CFLAGS += -DXWAYLAND
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue