summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2024-02-09 12:42:55 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2024-02-09 12:42:55 -0500
commitaa1b40e9249afc03bf1a2f35de4cbf67c7f9b47e (patch)
tree5c9b6124b8c3f9f0ae2b9537890a5b4f3dd9f72e /CMakeLists.txt
parent402fc269c0aaa671d84a6d15918735ad4b90e6b2 (diff)
downloaddynamic-extension-aa1b40e9249afc03bf1a2f35de4cbf67c7f9b47e.tar.gz
Framework: Fixed a bug where tagged deletes didn't release the epoch
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 31ce10f..81fdb63 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
set(namespace "de")
project("Practical Dynamic Extension" VERSION 0.1.0)
-set(debug true)
+set(debug false)
set(tests True)
set(bench true)
set(old_bench False)