Skip to content

Commit

Permalink
proof: switch AArch64 quick_and_dirty from Refine to CRefine
Browse files Browse the repository at this point in the history
Refine for AArch64 is now completed and doesn't need quick_and_dirty
any more. CRefine is now in development mode.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Oct 10, 2023
1 parent 72e81c3 commit 262f81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proof/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ default: images test
test:
all: images test

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

#
Expand Down

0 comments on commit 262f81a

Please sign in to comment.