https://github.com/mit-plv/fiat-crypto
Raw File
Tip revision: 764cca8306e6838f667dc1f02564d213cdde46b8 authored by Jason Gross on 21 September 2021, 18:59:27 UTC
Bump rupicola for coqutil compat with Coq 8.1{1,2}
Tip revision: 764cca8
Makefile-coq.local
PROFILE?=
# Remove -undeclared-scope once we stop supporting 8.9
OTHERFLAGS += -w -notation-overridden,-undeclared-scope,-deprecated-hint-rewrite-without-locality,-deprecated-hint-constr,-fragile-hint-constr,-native-compiler-disabled,-ambiguous-paths
ifneq ($(PROFILE),)
OTHERFLAGS += -profile-ltac
endif
back to top