Ticket #43564: patch-config.mk.diff
File patch-config.mk.diff, 296 bytes (added by harciga, 11 years ago) |
---|
-
config.mk
old new 47 47 CFLAGS += -std=c99 -pedantic -Wall -Wextra -fPIC $(INCS) 48 48 49 49 # linker flags 50 LDFLAGS += -fPIC 50 LDFLAGS += -fPIC -fno-common 51 51 52 52 # debug 53 53 DFLAGS = -O0 -g