Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
09c44c1e
Commit
09c44c1e
authored
Jul 06, 2000
by
simonmar
Browse files
[project @ 2000-07-06 15:24:57 by simonmar]
no need to set hsc_lang = HscC when -split-objs is on.
parent
5d42ac16
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/Main.hs
View file @
09c44c1e
...
...
@@ -1767,7 +1767,6 @@ opts =
,
(
"split-objs"
,
NoArg
(
if
can_split
then
do
writeIORef
split_object_files
True
writeIORef
hsc_lang
HscC
add
opt_C
"-fglobalise-toplev-names"
add
opt_c
"-DUSE_SPLIT_MARKERS"
else
hPutStrLn
stderr
...
...
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