commit d4e1ff4fd2ac79e0a03f75cdc784d71e0543b3c1 from: Stefan Sperling date: Mon Jul 08 15:32:45 2019 UTC fix compiler invocation with 'make PROFILE=1' commit - 52d1d0d9000cbe48a58be36218471edd0965e42c commit + d4e1ff4fd2ac79e0a03f75cdc784d71e0543b3c1 blob - d8a7f34cbbcb00ac1a9f4f7dda9b4085c5b8cf27 blob + e9583da01636056ddffc6e27da9045bcca9b5ce7 --- Makefile.inc +++ Makefile.inc @@ -6,9 +6,8 @@ CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-v #CFLAGS += -DGOT_OBJ_CACHE_DEBUG .if defined(PROFILE) -CC = gcc CPPFLAGS += -DPROFILE -DEBUG = -O0 -pg +DEBUG = -O0 -pg -g .else DEBUG = -O0 -g .endif