mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-21 16:10:33 +01:00
9 lines
191 B
Text
9 lines
191 B
Text
|
|
# 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
|