diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-10-20 15:12:46 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-10-20 15:12:46 -0400 |
| commit | 1a47cbd7978dcad7ed0b2f2af3f933137eedbfa3 (patch) | |
| tree | 0dc9c3aa484fb3eb49b9a6491dd705afb176aa0e /CMakeLists.txt | |
| parent | 7c03d771475421c1d5a2bbc135242536af1a371c (diff) | |
| download | dynamic-extension-1a47cbd7978dcad7ed0b2f2af3f933137eedbfa3.tar.gz | |
Checkpointing work
I'll probably throw all this out, but I want to stash it just in case.
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 f642714..c8188a9 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 false) +set(debug true) set(tests True) set(bench false) |