We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cc4699 + 788a046 commit cd89a6cCopy full SHA for cd89a6c
Cabal/doc/developing-packages.markdown
@@ -1414,6 +1414,11 @@ values for these fields.
1414
setup described in the section on [system-dependent
1415
parameters](#system-dependent-parameters).
1416
1417
+`cpp-options:` _token list_
1418
+: Command-line arguments for pre-processing Haskell code. Applies to
1419
+ haskell source and other pre-processed Haskell source like .hsc .chs.
1420
+ Does not apply to C code, that's what cc-options is for.
1421
+
1422
`ld-options:` _token list_
1423
: Command-line arguments to be passed to the linker. Since the
1424
arguments are compiler-dependent, this field is more useful with the
0 commit comments