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 
    4343# compiler flags
    4444CFLAGS += -std=c11 -fPIC -pedantic -Wall -Wno-format-zero-length -Wextra $(INCS)
    4545
     46# linker flags
     47LDFLAGS += -fPIC -fno-common
     48
    4649# debug
    4750DFLAGS ?= -g
    4851