Ticket #51914: patch-config.mk.diff
File patch-config.mk.diff, 325 bytes (added by harciga, 8 years ago) |
---|
-
config.mk
diff --git a/config.mk b/config.mk index 4983199..bd431b8 100644
a b CPPFLAGS += -D_FILE_OFFSET_BITS=64 43 43 # compiler flags 44 44 CFLAGS += -std=c11 -fPIC -pedantic -Wall -Wno-format-zero-length -Wextra $(INCS) 45 45 46 # linker flags 47 LDFLAGS += -fPIC -fno-common 48 46 49 # debug 47 50 DFLAGS ?= -g 48 51