Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
04ffece3
Commit
04ffece3
authored
Mar 07, 2011
by
Sebastian Ramacher
Browse files
Treat LDFLAGS the same way as CFLAGS
parent
d56b79b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.mk
View file @
04ffece3
...
...
@@ -21,7 +21,7 @@ CFLAGS += -std=c99 -pedantic -Wall -Wno-format-zero-length $(INCS)
DFLAGS
=
-g
# ld
LDFLAGS
=
-rdynamic
LDFLAGS
+
=
-rdynamic
# compiler
CC
?=
gcc
...
...
Write
Preview
Supports
Markdown
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