Comment 7 for bug 747152

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

Yes, CMakeLists.txt is missing the line for that.

bzr diff
=== modified file 'Percona-Server/CMakeLists.txt'
--- Percona-Server/CMakeLists.txt 2013-02-06 06:10:43 +0000
+++ Percona-Server/CMakeLists.txt 2013-02-18 08:25:32 +0000
@@ -170,6 +170,7 @@
   SET(WITHOUT_DYNAMIC_PLUGINS 1)
 ENDIF()
 OPTION(ENABLED_PROFILING "Enable profiling" ON)
+OPTION(ENABLE_DTRACE "Enable Dtrace profiling" OFF)
 OPTION(CYBOZU "" OFF)
 OPTION(BACKUP_TEST "" OFF)
 OPTION(WITHOUT_SERVER OFF)

should fix it.