Ticket #43564: patch-config.mk.diff

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

    old new  
    4747CFLAGS += -std=c99 -pedantic -Wall -Wextra -fPIC $(INCS)
    4848
    4949# linker flags
    50 LDFLAGS += -fPIC
     50LDFLAGS += -fPIC -fno-common
    5151
    5252# debug
    5353DFLAGS = -O0 -g