Ticket #43579: patch-config.mk.diff
File patch-config.mk.diff, 315 bytes (added by harciga, 11 years ago) |
---|
-
config.mk
old new 37 37 # flags 38 38 CFLAGS += -std=c99 -fPIC -pedantic -Wall -Wno-format-zero-length $(INCS) 39 39 40 # linker flags 41 LDFLAGS += -fPIC -fno-common 42 40 43 # debug 41 44 DFLAGS ?= -g 42 45