https://github.com/mit-plv/fiat-crypto
Raw File
Tip revision: f020c4e1e77a967da881a224c1cc0f6995b01323 authored by Jason Gross on 13 July 2021, 22:47:13 UTC
Add logs for previous OOM up to 20GB with 1h timeout
Tip revision: f020c4e
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