mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-12-04 05:33:41 +00:00
9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
# 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
|