diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2023-06-09 11:29:58 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2023-06-09 11:29:58 -0400 |
| commit | f73a55cb2c8d8d800a379f9272a5c6b4730587a7 (patch) | |
| tree | cf132c7ababab37299e6e732ea6f6e6fc87f79f5 /CMakeLists.txt | |
| parent | cd7f2c7bee1c44e9e11ab75d6674ba5d05c6ba84 (diff) | |
| download | dynamic-extension-f73a55cb2c8d8d800a379f9272a5c6b4730587a7.tar.gz | |
Fixed bug(s) in tagging-based deletes
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 182e626..5d49a65 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) |