repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(cabal check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
FFI
/
ForeignOptsCxx
/
README.md
blob
5db6d58e488c6881b00d13cf0b4f4eaa95acb5d5
1
# ForeignOptsCxx
2
3
This asserts that cabal passes `cxx-options` to the C++ compiler (and NOT `cc-options`).
4
5
Since GHC 8.10, they are passed through GHC with `-optcxx`. Before that, they were passed with `-optc`.
6
7
See the additional case `ForeignOptsC`.