Skip to content

Commit

Permalink
enable compat flag for SteelC following FStarLang/steel#127
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Mar 4, 2024
1 parent 91700f0 commit dbc9515
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cbor/impl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ $(ALL_CHECKED_FILES): %.checked:
$(FSTAR_EXE) $(FSTAR_OPTIONS) $(OTHERFLAGS) $<
touch $@

CBOR.SteelC.fst.checked: FSTAR_OPTIONS += --ext compat:open_metas

extract-steelc: $(filter-out COSE_% CDDL_% DPE_% CBOR_SteelST%,$(ALL_KRML_FILES)) $(filter CBOR_SteelST_Raw%,$(ALL_KRML_FILES))
$(KRML) -bundle 'CBOR.SteelC+CBOR.SteelST.Raw+CBOR.Spec.Constants=CBOR.\*,Steel.\*,C,LowStar.\*,LowParse.\*[rename=CBORSteelC]' $^

Expand Down

0 comments on commit dbc9515

Please sign in to comment.