mesa/configs/linux-profile
2007-09-19 23:48:07 +01:00

8 lines
169 B
Text

# Configuration for profiling on Linux with gprof
include $(TOP)/configs/linux-static
CONFIG_NAME = linux-profile
OPT_FLAGS = -pg -g -O2 -DNDEBUG
DEFINES += -DNDEBUG