Skip to content

Commit

Permalink
src: Fix VS code config to match Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Jan 10, 2025
1 parent bc1b12e commit 780a0a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/FStarCompiler.fst.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"--lax",
"--cache_dir", "../stage1/fstarc.checked",
"--warn_error",
"-271-272-241-319-274"
"-271-272-241-319-274",
"--no_default_includes"
],
"include_dirs": [
"."
".", "../ulib"
]
}

0 comments on commit 780a0a6

Please sign in to comment.