I suspect you are trying to run 'make 1' after a validate failure, and those settings don't get applied. I have put
https://phabricator.haskell.org/D1383 up for review to bring 'mk/are-validating.mk'
back, which should fix that.
Correct!
I can’t wait
J
Simon
From: Thomas Miedema [mailto:thomasmiedema@gmail.com]
Sent: 29 October 2015 11:43
To: Simon Peyton Jones
Subject: Re: Compiling without -O
validate uses options from mk/validate.mk
as always. Nothing should have changed there. You say it doesn't work anymore. How do you know?
I suspect you are trying to run 'make 1' after a validate failure, and those settings don't get applied. I have put
https://phabricator.haskell.org/D1383 up for review to bring 'mk/are-validating.mk'
back, which should fix that.
On Thu, Oct 29, 2015 at 12:10 PM, Simon Peyton Jones <simonpj@microsoft.com> wrote:
I want to validate, but to compile my stage-1 compiler with –O0. How do I do that?
I used to add
GhcStage1HcOpts += -DDEBUG -O0
to mk/validate.mk, but that doesn’t seem to work any more.
What now?
Simon
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs