Ticket #43836: patch-config.mk.diff
File patch-config.mk.diff, 326 bytes (added by harciga, 10 years ago) |
---|
-
config.mk
diff --git a/config.mk b/config.mk index fec4dee..7cdb149 100644
a b LIBS = ${GIRARA_LIB} ${GLIB_LIB} ${DJVU_LIB} 40 40 # flags 41 41 CFLAGS += -std=c99 -fPIC -pedantic -Wall -Wno-format-zero-length -Wextra $(INCS) 42 42 43 # linker flags 44 LDFLAGS += -fPIC -fno-common 45 43 46 # debug 44 47 DFLAGS ?= -g 45 48