Ticket #51916: patch-config.mk.diff
File patch-config.mk.diff, 321 bytes (added by harciga, 8 years ago) |
---|
-
config.mk
diff --git a/config.mk b/config.mk index 971f45d..4ff8778 100644
a b LIBS = ${GLIB_LIB} ${SPECTRE_LIB} ${GIRARA_LIB} 40 40 # flags 41 41 CFLAGS += -std=c11 -fPIC -pedantic -Wall -Wno-format-zero-length $(INCS) 42 42 43 # linker flags 44 LDFLAGS += -fPIC -fno-common 45 43 46 # debug 44 47 DFLAGS ?= -g 45 48