Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change configure but no generation #21

Open
wants to merge 2 commits into
base: all-your-base
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 0 additions & 55 deletions appveyor.yml

This file was deleted.

209 changes: 0 additions & 209 deletions appveyor_build.cmd

This file was deleted.

7 changes: 0 additions & 7 deletions appveyor_test.sh

This file was deleted.

5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ AC_ARG_WITH([private_runtime],
[For a mingw-w64 build, manifest the runtime DLLs locally in Opam.Runtime.arch]),,[with_private_runtime=no]
)

AC_ARG_ENABLE([frozen_check],
AC_HELP_STRING([--enable-frozen-check],
[Fail on some check necessary for make frozen]),[FROZEN_CHECK=yes],[]
)

AC_ARG_ENABLE([cold_check],
AC_HELP_STRING([--enable-cold-check],
[Fail on some check necessary for make cold]),[COLD_CHECK=yes],[]
Expand Down