Skip to content

Commit

Permalink
Enable gcc profiling.
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoparadox committed Sep 11, 2023
1 parent 6ed46ba commit 7714740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ ifeq ("$(RELEASE)","RELEASE")
else
CFLAGS_WATCOM += -d3 -DDEBUG_LOG -DDEBUG -DDEBUG_THRESHOLD=$(DEBUG_THRESHOLD)
CFLAGS_WATCOM386 += -d3 -DDEBUG_LOG -DDEBUG -DDEBUG_THRESHOLD=$(DEBUG_THRESHOLD)
CFLAGS_GCC += -DDEBUG -Wall -g
CFLAGS_GCC64 += -DDEBUG -Wall -g
LDFLAGS_GCC += -g
LDFLAGS_GCC64 += -g
CFLAGS_GCC += -DDEBUG -Wall -g -pg
CFLAGS_GCC64 += -DDEBUG -Wall -g -pg
LDFLAGS_GCC += -g -pg
LDFLAGS_GCC64 += -g -pg
endif

ifeq ("$(PEDANTIC)","1")
Expand Down

0 comments on commit 7714740

Please sign in to comment.