Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab has been upgraded to v13.9
🎉
. Enjoy
Open sidebar
alpine
abuild
Commits
756a9e0c
Commit
756a9e0c
authored
Jan 28, 2015
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild: fix CXXFLAGS for debug
parent
a6150cc7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
abuild.in
abuild.in
+1
-0
No files found.
abuild.in
View file @
756a9e0c
...
@@ -1995,6 +1995,7 @@ fi
...
@@ -1995,6 +1995,7 @@ fi
#
if
we
want
build
debug
package
#
if
we
want
build
debug
package
if
[
-
n
"$DEBUG"
]
||
subpackage_types_has
"dbg"
;
then
if
[
-
n
"$DEBUG"
]
||
subpackage_types_has
"dbg"
;
then
CFLAGS
=
"$CFLAGS -g"
CFLAGS
=
"$CFLAGS -g"
CXXFLAGS
=
"$CXXFLAGS -g"
options
=
"$options !strip"
options
=
"$options !strip"
fi
fi
...
...
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