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 
    4545# flags
    4646CFLAGS += -std=c11 -fPIC -pedantic -Wall -Wno-format-zero-length $(INCS)
    4747
     48# linker flags
     49LDFLAGS += -fPIC -fno-common
     50
    4851# debug
    4952DFLAGS ?= -g
    5053