Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
85c23202
Commit
85c23202
authored
Aug 02, 2017
by
Alexandre Duret-Lutz
Browse files
g++wrap: make it work with --enable-glibcxx-debug
* doc/org/g++wrap.in: Honor CPPFLAGS.
parent
ab42075d
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/org/g++wrap.in
View file @
85c23202
...
...
@@ -5,7 +5,7 @@
# Also we save errors to org.errors, so that we can detect issues
# after org-mode has exported everything. Otherwise these errors
# would go undetected.
@top_builddir@/libtool
link
@CXX@ @CXXFLAGS@
-Wall
-Werror
\
@top_builddir@/libtool
link
@CXX@ @CXXFLAGS@
@CPPFLAGS@
-Wall
-Werror
\
-I
@abs_top_builddir@
-I
@abs_top_srcdir@
-I
@abs_top_srcdir@/buddy/src
\
"
$@
"
@abs_top_builddir@/spot/libspot.la
\
@abs_top_builddir@/buddy/src/libbddx.la 2> errors.
$$
...
...
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