diff --git a/deps/tools/Makefile b/deps/tools/Makefile index 7d3c9ab..3b4c87c 100644 --- a/deps/tools/Makefile +++ b/deps/tools/Makefile @@ -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 $@ \