Clone of mesa.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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