Disable ruby plugin by default.

develop
Petr Mrázek 2012-05-20 22:58:02 +02:00
parent 489f22e550
commit 8ff4f1a78e
1 changed files with 1 additions and 1 deletions

@ -36,7 +36,7 @@ if (BUILD_DWARFEXPORT)
add_subdirectory (dwarfexport)
endif()
OPTION(BUILD_RUBY "Build ruby binding." ON)
OPTION(BUILD_RUBY "Build ruby binding." OFF)
if (BUILD_RUBY)
add_subdirectory (ruby)
endif()