blob: 987b5f0cf9a93e3fe0d25b12d8a375c59e04f591 (
plain)
1
2
3
4
5
6
7
8
|
# Configuration for profiling on Linux with x86 optimizations with gprof
include $(TOP)/configs/linux-x86-static
CONFIG_NAME = linux-x86-profile
OPT_FLAGS = -pg -g -O2
DEFINES += -DNDEBUG
|