summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2024-12-23 15:27:19 -0500
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2024-12-23 15:27:19 -0500
commit968afb926ddc7615a09378cb2a5a1104fb5a5ff3 (patch)
treedc7176f00a004096c65b5a38412595e926a62ca7 /CMakeLists.txt
parentf57aa6aee34c5eccd296fbe6b655075c682e97ca (diff)
downloaddynamic-extension-968afb926ddc7615a09378cb2a5a1104fb5a5ff3.tar.gz
Fixed the reversed scale factor and buffer size on benchmarks
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)