diff options
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 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 ) |