Do not strip at link stage
3cd4023f
Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well.
1 file(s) · +1 −1
Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well.
| 28 | 28 | CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} |
|
| 29 | 29 | #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} |
|
| 30 | 30 | CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} |
|
| 31 | - | LDFLAGS = -s ${LIBS} |
|
| 31 | + | LDFLAGS = ${LIBS} |
|
| 32 | 32 | ||
| 33 | 33 | # Solaris |
|
| 34 | 34 | #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |