Skip to content

Commit

Permalink
Add missing module to extraction.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Dec 27, 2024
1 parent ec1a15b commit b7a6840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/extraction.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CODEGEN := Plugin
ROOTS := $(shell find $(SRC) -name '*.fst' -o -name '*.fsti')
FSTAR_OPTIONS += --include $(FSTAR_HOME)/src
FSTAR_OPTIONS += --include $(FSTAR_HOME)/src/.cache.boot
EXTRACT += --extract '-*,+ExtractPulse,+ExtractPulseC'
EXTRACT += --extract '-*,+ExtractPulse,+ExtractPulseC,+ExtractPulseOCaml'
FSTAR_OPTIONS += --lax --MLish --MLish_effect FStarC.Compiler.Effect

DEPFLAGS += --already_cached 'FStarC'
Expand Down

0 comments on commit b7a6840

Please sign in to comment.