From 2051c214d591be08e40fdba623ccefabbba11b29 Mon Sep 17 00:00:00 2001 From: Jukka Ojanen Date: Fri, 11 Mar 2016 12:24:56 +0200 Subject: Remove unused CMake build option --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cad094f..8761229 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,10 +30,6 @@ option(DISABLE_DYNAMIC_CODE "Disables the use of dynamic machine code generation." OFF ) -option(ENABLE_RUNTIME_DYNAMIC_CODE - "Enables the runtime generation of dynamic machine code." ON -) - option(GENERATE_POSITION_INDEPENDENT_CODE "Generate position independent code" OFF ) -- cgit v1.1