Skip to content

Commit

Permalink
rt crefine: switch on quick_and_dirty for RISCV64 CRefine
Browse files Browse the repository at this point in the history
Allow sorries during development.

Signed-off-by: Michael McInerney <michael.mcinerney@proofcraft.systems>
  • Loading branch information
michaelmcinerney authored and lsf37 committed Oct 19, 2023
1 parent 63003b6 commit b2507df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proof/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ ifeq "$(L4V_ARCH)" "AARCH64"
export REFINE_QUICK_AND_DIRTY=1
endif

# Allow sorry command in RISCV64 CRefine during development:
ifeq "$(L4V_ARCH)" "RISCV64"
export CREFINE_QUICK_AND_DIRTY=1
endif

#
# Setup heaps.
#
Expand Down

0 comments on commit b2507df

Please sign in to comment.