(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / FFI / ForeignOptsCxx / README.md
blob5db6d58e488c6881b00d13cf0b4f4eaa95acb5d5
1 # ForeignOptsCxx
3 This asserts that cabal passes `cxx-options` to the C++ compiler (and NOT `cc-options`).
5 Since GHC 8.10, they are passed through GHC with `-optcxx`. Before that, they were passed with `-optc`.
7 See the additional case `ForeignOptsC`.