mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
8 lines
160 B
Text
8 lines
160 B
Text
# Configuration for profiling on Linux with gprof
|
|
|
|
include $(TOP)/configs/linux-static
|
|
|
|
CONFIG_NAME = linux-profile
|
|
|
|
OPT_FLAGS = -pg -g -O2
|
|
DEFINES += -DNDEBUG
|