diff --git a/wa/instruments/poller/Makefile b/wa/instruments/poller/Makefile index 4821cba2..42fbd2e4 100644 --- a/wa/instruments/poller/Makefile +++ b/wa/instruments/poller/Makefile @@ -5,7 +5,7 @@ CC=gcc ifdef DEBUG CFLAGS=-static -lc -g else - CFLAGS=-static -lc -O2 + CFLAGS=-static -s -lc -O2 endif poller: poller.c diff --git a/wa/instruments/poller/bin/arm64/poller b/wa/instruments/poller/bin/arm64/poller index 2d63ce03..4b3ceb64 100755 Binary files a/wa/instruments/poller/bin/arm64/poller and b/wa/instruments/poller/bin/arm64/poller differ diff --git a/wa/instruments/poller/bin/armeabi/poller b/wa/instruments/poller/bin/armeabi/poller index 27485a89..cf4259d6 100755 Binary files a/wa/instruments/poller/bin/armeabi/poller and b/wa/instruments/poller/bin/armeabi/poller differ