rpiConfigServer: add gnu-debuglink

pull/229/head
Peter Johnson 2018-12-17 01:54:20 -08:00
parent b674a68516
commit 8d2e358ea3
No known key found for this signature in database
GPG Key ID: D39DD4DA7D41E329
1 changed files with 1 additions and 0 deletions

1
deps/tools/Makefile vendored
View File

@ -48,6 +48,7 @@ rpiConfigServer: ${RPICONFIGSERVER_OBJS}
-lwpiutil
${COMPILER}objcopy --only-keep-debug $@ $@.debug
${COMPILER}strip -g $@
${COMPILER}objcopy --add-gnu-debuglink=$@.debug $@
%.o: %.cpp
${COMPILER}g++ -O -Wall -c -o $@ \