Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
4471bead
Commit
4471bead
authored
Jul 15, 2010
by
Andrei Paskevich
Browse files
minor
parent
da19e5c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
4471bead
...
...
@@ -84,6 +84,7 @@
/share/emacs/semantic.cache
# /src/
/src/config.sh
/src/config.ml
/src/*.annot
/src/*.cm[aiox]
...
...
configure.in
View file @
4471bead
...
...
@@ -62,7 +62,7 @@ AC_ARG_ENABLE(verbose-make,
# rust prover
AC_ARG_ENABLE(rust-prover,
[ --enable-rust-prover enable Why3 rust prover],,
[ --enable-rust-prover
enable Why3 rust prover],,
enable_rust_prover=yes)
# IDE
...
...
@@ -92,7 +92,7 @@ AC_ARG_ENABLE(hypothesis-selection,
# profiling
ENABLE_PROFILING=yes
AC_ARG_ENABLE(profiling,
[ --enable-profiling
enable profiling],,
[ --enable-profiling enable profiling],,
ENABLE_PROFILING=no)
# Check for arch/OS
...
...
src/config.sh.in
View file @
4471bead
#!/bin/sh
F
=
src/config.ml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment