remove now redundant -O0

That is now enabled by -f-Production, since commit
cab398c945
This commit is contained in:
Joey Hess 2021-05-07 11:25:34 -04:00
parent 1bd44c7742
commit 51eb04a05c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -48,7 +48,7 @@ tmp/configure-stamp: Build/TestConfig.hs Build/Configure.hs
# This leaves cabal.project.local configured for a dev build,
# so just running make will continue to do dev builds.
dev:
$(BUILDER) configure -f"-Production" -O0 \
$(BUILDER) configure -f"-Production" \
--enable-executable-dynamic --enable-profiling
mkdir -p tmp
touch tmp/configure-stamp