https://github.com/mit-plv/rewriter
Revision 1787ab401a7e71afc9937010e2e155e4b1594ab5 authored by Jason Gross on 17 July 2021, 00:48:00 UTC, committed by Jason Gross on 17 July 2021, 00:48:00 UTC
This reverts commit a9972c000bda4d8606fe572556d4256614e5f8f7.
1 parent a9972c0
Raw File
Tip revision: 1787ab401a7e71afc9937010e2e155e4b1594ab5 authored by Jason Gross on 17 July 2021, 00:48:00 UTC
Revert "Remake perf files without {Slow,VerySlow}"
Tip revision: 1787ab4
Makefile.local
PROFILE?=
# Remove -undeclared-scope once we stop supporting 8.9
OTHERFLAGS += -w -notation-overridden,-undeclared-scope,-deprecated-hint-rewrite-without-locality
ifneq ($(PROFILE),)
OTHERFLAGS += -profile-ltac
endif

include src/Rewriter/Rewriter/Examples/PerfTesting/Makefile.coq.local
back to top