summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-01-07 15:17:05 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2025-01-07 15:17:05 -0500
commit5be46c6bc1f5b7ee6fdc3a3e72276c8b8bda258b (patch)
tree1d94567b929a66bc58a714481691ae28e6a49eee /CMakeLists.txt
parentf9f27cf5cf62281b1ee9d3ea3a1cf49e493c2c90 (diff)
parent968afb926ddc7615a09378cb2a5a1104fb5a5ff3 (diff)
downloaddynamic-extension-5be46c6bc1f5b7ee6fdc3a3e72276c8b8bda258b.tar.gz
Merge branch 'generalized-merging' of github.com:dbrumbaugh/dynamic-extension-working into generalized-merging
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 b947860..3dac001 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,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 false)
set(vldb_bench true)