Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
15b0f99e
Commit
15b0f99e
authored
Jun 14, 2008
by
Ian Lynagh
Browse files
Use -fforce-recomp rather than -no-recomp
parent
7883b142
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci/prog002/prog002.script
View file @
15b0f99e
...
...
@@ -11,7 +11,7 @@
:load D
-- compile A & reload
:shell $HC $HC_OPTS -
no
-recomp -c A.hs
:shell $HC $HC_OPTS -
fforce
-recomp -c A.hs
:reload
B.g 42
...
...
@@ -21,7 +21,7 @@ B.g 42
-- swap A2 for A, compile & reload
:shell sleep 1
:shell cp A2.hs A.hs
:shell $HC $HC_OPTS -
no
-recomp -c A.hs
:shell $HC $HC_OPTS -
fforce
-recomp -c A.hs
:reload
-- the system should ignore the compiled version and compile its own.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment