summaryrefslogtreecommitdiff
path: root/configs/linux-profile
blob: e3895dd8befd7782dc36c7883003eb17bb26378c (plain)
1
2
3
4
5
6
7
8
# Configuration for profiling on Linux with gprof

include $(TOP)/configs/linux-static

CONFIG_NAME = linux-profile

OPT_FLAGS = -pg -g -O2
DEFINES += -DNDEBUG