Ticket #51913: patch-config.mk.diff
File patch-config.mk.diff, 279 bytes (added by harciga, 8 years ago) |
---|
-
config.mk
diff --git a/config.mk b/config.mk index 6f2c912..a45d99a 100644
a b endif 45 45 # flags 46 46 CFLAGS += -std=c11 -fPIC -pedantic -Wall -Wno-format-zero-length $(INCS) 47 47 48 # linker flags 49 LDFLAGS += -fPIC -fno-common 50 48 51 # debug 49 52 DFLAGS ?= -g 50 53