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
4cc38b8c
Commit
4cc38b8c
authored
Oct 12, 2017
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: debug-info is now an integer
parent
2d97ee4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Cabal/doc/nix-local-build.rst
Cabal/doc/nix-local-build.rst
+4
-4
No files found.
Cabal/doc/nix-local-build.rst
View file @
4cc38b8c
...
...
@@ -1101,8 +1101,8 @@ feature was added.
Object
code
options
^^^^^^^^^^^^^^^^^^^
..
cfg
-
field
::
debug
-
info
:
boolean
--
enable
-
debug
-
info
..
cfg
-
field
::
debug
-
info
:
integer
--
enable
-
debug
-
info
=<
n
>
--
disable
-
debug
-
info
:
synopsis
:
Build
with
debug
info
enabled
.
:
since
:
1.22
...
...
@@ -1114,8 +1114,8 @@ Object code options
instruct
it
to
do
so
.
See
the
GHC
wiki
page
on
:
ghc
-
wiki
:`
DWARF
`
for
more
information
about
this
feature
.
(
This
field
also
accepts
numeric
syntax
,
but
as
of
GHC
8.
0
this
doesn
't
do anything.)
(
This
field
also
accepts
numeric
syntax
,
but
until
GHC
8.
2
this
didn
't
do anything.)
The command line variant of this flag is ``--enable-debug-info`` and
``--disable-debug-info``.
...
...
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