Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
e4467127
Commit
e4467127
authored
May 12, 2018
by
Alex Washburn
Committed by
recursion-ninja
May 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing C++ flags getting passed to C compiler.
parent
23d8dcd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
Cabal/Distribution/Simple/GHC/Internal.hs
Cabal/Distribution/Simple/GHC/Internal.hs
+0
-10
No files found.
Cabal/Distribution/Simple/GHC/Internal.hs
View file @
e4467127
...
...
@@ -294,16 +294,6 @@ componentCcGhcOptions verbosity _implInfo lbi bi clbi odir filename =
NormalDebugInfo
->
[
"-g"
]
MaximalDebugInfo
->
[
"-g3"
])
++
PD
.
ccOptions
bi
,
ghcOptCxxOptions
=
toNubListR
$
(
case
withOptimization
lbi
of
NoOptimisation
->
[]
_
->
[
"-O2"
])
++
(
case
withDebugInfo
lbi
of
NoDebugInfo
->
[]
MinimalDebugInfo
->
[
"-g1"
]
NormalDebugInfo
->
[
"-g"
]
MaximalDebugInfo
->
[
"-g3"
])
++
PD
.
cxxOptions
bi
,
ghcOptObjDir
=
toFlag
odir
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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