mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:33:48 +01:00
Use LFS everywhere
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
e7dce3e6d1
commit
7b947cc7e8
@ -102,13 +102,16 @@ endif
|
||||
INCS = ${GIRARA_INC} ${GTK_INC} ${GTHREAD_INC} ${GMODULE_INC} ${GLIB_INC}
|
||||
LIBS = ${GIRARA_LIB} ${GTK_LIB} ${GTHREAD_LIB} ${GMODULE_LIB} ${GLIB_LIB} -lpthread -lm
|
||||
|
||||
# flags
|
||||
# pre-processor flags
|
||||
CPPFLAGS += -D_FILE_OFFSET_BITS=64
|
||||
|
||||
# compiler flags
|
||||
CFLAGS += -std=c11 -pedantic -Wall -Wno-format-zero-length -Wextra $(INCS)
|
||||
|
||||
# debug
|
||||
DFLAGS ?= -g
|
||||
|
||||
# ld
|
||||
# linker flags
|
||||
LDFLAGS += -rdynamic
|
||||
|
||||
# compiler
|
||||
|
Loading…
Reference in New Issue
Block a user