mesa/configs/linux-profile

9 lines
160 B
Plaintext
Raw Normal View History

2005-04-15 23:16:18 +01:00
# Configuration for profiling on Linux with gprof
2007-09-19 23:43:36 +01:00
include $(TOP)/configs/linux-static
2005-04-15 23:16:18 +01:00
CONFIG_NAME = linux-profile
OPT_FLAGS = -pg -g -O2
2007-09-19 23:43:36 +01:00
DEFINES += -DNDEBUG