summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2024-01-31 18:41:17 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2024-01-31 18:41:17 -0500
commitf3b7428cfa7f9364c5a8bc85107db3a7cccd53bc (patch)
treec6025935175e8c63e5dc1a116f7e605ca74885ce /CMakeLists.txt
parent8fbcfda7270ef266f29f36b8eadcffaec2123612 (diff)
downloaddynamic-extension-f3b7428cfa7f9364c5a8bc85107db3a7cccd53bc.tar.gz
Adjusted epoch transition methodology
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 e2fb0ad..c69d8ff 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)