remove now redundant -O0
authorJoey Hess <joeyh@joeyh.name>
Fri, 7 May 2021 15:25:34 +0000 (11:25 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 7 May 2021 15:25:34 +0000 (11:25 -0400)
That is now enabled by -f-Production, since commit
cab398c945d6e7a890fa64071d37ddbabaaf6619

Makefile

index dce3173a47a88c93f7164c1ec681099eea3c2305..cb36a8cc39bb61ca8dbb3eb9d1d2bf4d1e6900ad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,8 @@ 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 \
-                       --enable-executable-dynamic --enable-profiling
+       $(BUILDER) configure -f"-Production" \
+               --enable-executable-dynamic --enable-profiling
        mkdir -p tmp
        touch tmp/configure-stamp
        $(MAKE) git-annex