This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
i3lock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Don’t strip when building, the distro’s build systems handle this
master
Michael Stapelberg
16 years ago
parent
25fe0bf00d
commit
3fb6499373
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
@ -18,7 +18,7 @@ LIBS = -L${X11LIB} -lX11 -lpam -lXext -lXpm -lm
# flags
CPPFLAGS
=
-DVERSION
=
\"
${
VERSION
}
\"
CFLAGS
=
-std
=
c99 -pedantic -Wall -Os
${
INCS
}
${
CPPFLAGS
}
LDFLAGS
=
-s
${
LIBS
}
LDFLAGS
=
${
LIBS
}
# compiler and linker
CC
=
cc
Write
Preview
Loading…
Cancel
Save