Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

linux-profile 160B

12345678
  1. # Configuration for profiling on Linux with gprof
  2. include $(TOP)/configs/linux-static
  3. CONFIG_NAME = linux-profile
  4. OPT_FLAGS = -pg -g -O2
  5. DEFINES += -DNDEBUG