Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
788a046b
Commit
788a046b
authored
Aug 09, 2014
by
Sergey Vinokurov
Browse files
Describe "cpp-option" field
parent
6cc46998
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/doc/developing-packages.markdown
View file @
788a046b
...
...
@@ -1414,6 +1414,11 @@ values for these fields.
setup described in the section on [system-dependent
parameters](#system-dependent-parameters).
`
cpp-options:
` _token list_
: Command-line arguments for pre-processing Haskell code. Applies to
haskell source and other pre-processed Haskell source like .hsc .chs.
Does not apply to C code, that's what cc-options is for.
`
ld-options:
` _token list_
: Command-line arguments to be passed to the linker. Since the
arguments are compiler-dependent, this field is more useful with the
...
...
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