Skip to content

Commit

Permalink
by default just build source
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Mullen committed Dec 13, 2017
1 parent ffa23e8 commit 68931c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

echo NOTE: Skipping building verdi demo and shim_verif because SourceLifted reflection is not yet implementd
#DIRS=(src demos/verdi/echo shim_verif)
DIRS=(src demos/sha256 demos/list_max)
echo NOTE: Skipping building all demos, edit configure file to enable
#DIRS=(src demos/verdi/echo shim_verif demos/sha256 demos/list_max)
DIRS=(src)
NAMESPACE_compcert=compcert
LOCALDEPS=(compcert)
DEPS=(StructTact PrettyParsing)
Expand Down

0 comments on commit 68931c9

Please sign in to comment.