Ticket #43579: patch-config.mk.diff

File patch-config.mk.diff, 315 bytes (added by harciga, 10 years ago)
  • config.mk

    old new  
    3737# flags
    3838CFLAGS += -std=c99 -fPIC -pedantic -Wall -Wno-format-zero-length $(INCS)
    3939
     40# linker flags
     41LDFLAGS += -fPIC -fno-common
     42
    4043# debug
    4144DFLAGS ?= -g
    4245