From 51eb04a05ca02fde613d34e00e0c2949a220b674 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 May 2021 11:25:34 -0400 Subject: [PATCH] remove now redundant -O0 That is now enabled by -f-Production, since commit cab398c945d6e7a890fa64071d37ddbabaaf6619 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dce3173a47..cb36a8cc39 100644 --- 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