Ticket #43614: patch-Makerules.2.diff
File patch-Makerules.2.diff, 726 bytes (added by harciga, 11 years ago) |
---|
-
Makerules
old new 14 14 LDFLAGS += -pg 15 15 else ifeq "$(build)" "release" 16 16 CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer 17 LDFLAGS += -fPIC -fno-common 17 18 else ifeq "$(build)" "coverage" 18 19 CFLAGS += -pipe -g -DDEBUG -pg -fprofile-arcs -ftest-coverage 19 20 LIBS += -lgcov … … 48 49 SYS_JPEG_LIBS = -ljpeg 49 50 SYS_ZLIB_LIBS = -lz 50 51 51 CC = xcruncc52 AR = xcrunar53 LD = xcrunld54 RANLIB_CMD = xcrunranlib $@52 CC = cc 53 AR = ar 54 LD = ld 55 RANLIB_CMD = ranlib $@ 55 56 56 57 # Linux uses pkg-config for system libraries. 57 58 else ifeq "$(OS)" "Linux"