Ticket #1929: patch
| File patch, 366 bytes (added by kiorky, 3 months ago) |
|---|
-
GDALmake.opt.in
old new 78 78 ifneq (,$(findstring gprof,$(CFG))) 79 79 C_ODFLAGS = $(CXX_PROFFLAGS) 80 80 CXX_ODFLAGS = $(C_PROFFLAGS) 81 LNK_FLAGS = -pg81 LNK_FLAGS := -pg $(LDFLAGS) 82 82 endif 83 83 84 84 ifeq ($(CFG),)
