José Fonseca | 59424e2 | 2007-09-28 17:17:11 +0000 | [diff] [blame] | 1 | # Configuration for profiling on Linux for 64-bit X86 (Opteron) with gprof |
2 | |||||
3 | include $(TOP)/configs/linux-x86-64-static | ||||
4 | |||||
5 | CONFIG_NAME = linux-x86-64-profile | ||||
6 | |||||
7 | OPT_FLAGS = -pg -g -O2 | ||||
8 | DEFINES += -DNDEBUG |