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

linux-x86-64-profile 199B

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