Skip to content
Snippets Groups Projects
Commit 75c62960 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[wookey] skip proof flash_mass_erase, whose code is not handled by WP

parent bb79d5eb
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,13 @@ $(MAIN_TARGET).parse: $(SRCS)
# use path.mk if you want to change the default here
CORES ?= 1
WP_CUSTOM ?=
WP_FLAGS= -wp-par $(CORES) -wp-timeout 20 -wp-no-warn-memory-model -wp-cache update $(WP_CUSTOM)
WP_FLAGS=\
-wp-par $(CORES) \
-wp-timeout 20 \
-wp-no-warn-memory-model \
-wp-cache update \
-wp-skip-fct flash_mass_erase \
$(WP_CUSTOM)
META_FLAGS= #-meta-keep-proof-files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment