Skip to content

Commit

Permalink
(JSON) Use Perroht by default
Browse files Browse the repository at this point in the history
  • Loading branch information
KIwabuchi committed Sep 30, 2023
1 parent 3d9a467 commit 0df76b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ option(RUN_LARGE_SCALE_TEST "Run large scale tests" OFF)
option(RUN_BUILD_AND_TEST_WITH_CI "Perform build and basic test with CI" OFF)
option(BUILD_VERIFICATION "Build verification directory" OFF)
option(USE_SORTED_BIN "Use VM space aware algorithm in the bin directory" OFF)
option(USE_PERROHT_IN_JSON "Use Perroht in the Metall JSON" OFF)
option(USE_PERROHT_IN_JSON "Use Perroht in the Metall JSON" ON)

set(DEFAULT_VM_RESERVE_SIZE "0" CACHE STRING
"Set the default VM reserve size (use the internally defined value if 0 is specified)")
Expand Down

0 comments on commit 0df76b8

Please sign in to comment.