Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
bec55bc5
Commit
bec55bc5
authored
Jun 21, 2007
by
simonpj@microsoft.com
Browse files
Wibble: make -fno-implicit-prelude work
parent
b86f0461
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
bec55bc5
...
...
@@ -1026,6 +1026,7 @@ dynamic_flags = [
-- For now, allow -X flags with -f; ToDo: report this as deprecated
,
(
"f"
,
PrefixPred
(
isFlag
xFlags
)
(
\
f
->
setDynFlag
(
getFlag
xFlags
f
))
)
,
(
"f"
,
PrefixPred
(
isNoFlag
xFlags
)
(
\
f
->
unSetDynFlag
(
getNoFlag
xFlags
f
))
)
-- the rest of the -X* and -Xno-* flags
,
(
"X"
,
PrefixPred
(
isFlag
xFlags
)
(
\
f
->
setDynFlag
(
getFlag
xFlags
f
))
)
...
...
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