This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Do not strip at link stage
Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well.
master
Hiltjo Posthuma
6 years ago
parent
851b73d178
commit
a9eae39e93
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.mk
+ 1
- 1
config.mk
View File
@ -25,7 +25,7 @@ LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS)
# flags
CPPFLAGS
=
-D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE
=
700
-D_POSIX_C_SOURCE
=
200809L -DVERSION
=
\"
$(
VERSION
)
\"
$(
XINERAMAFLAGS
)
CFLAGS
=
-std
=
c99 -pedantic -Wall -Os
$(
INCS
)
$(
CPPFLAGS
)
LDFLAGS
=
-s
$(
LIBS
)
LDFLAGS
=
$(
LIBS
)
# compiler and linker
CC
=
cc
Write
Preview
Loading…
Cancel
Save