remove now redundant -O0
That is now enabled by -f-Production, since commit
cab398c945
This commit is contained in:
parent
1bd44c7742
commit
51eb04a05c
1 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -48,7 +48,7 @@ tmp/configure-stamp: Build/TestConfig.hs Build/Configure.hs
|
||||||
# This leaves cabal.project.local configured for a dev build,
|
# This leaves cabal.project.local configured for a dev build,
|
||||||
# so just running make will continue to do dev builds.
|
# so just running make will continue to do dev builds.
|
||||||
dev:
|
dev:
|
||||||
$(BUILDER) configure -f"-Production" -O0 \
|
$(BUILDER) configure -f"-Production" \
|
||||||
--enable-executable-dynamic --enable-profiling
|
--enable-executable-dynamic --enable-profiling
|
||||||
mkdir -p tmp
|
mkdir -p tmp
|
||||||
touch tmp/configure-stamp
|
touch tmp/configure-stamp
|
||||||
|
|
Loading…
Reference in a new issue