Skip to content

Commit 49c8fa0

Browse files
committed
instruments/poller: Ensure poller binaries are stripped
Update Makefile and rebuild binaries to strip output to reduce file sizes. Fixes #1296
1 parent d5d69e4 commit 49c8fa0

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

wa/instruments/poller/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CC=gcc
55
ifdef DEBUG
66
CFLAGS=-static -lc -g
77
else
8-
CFLAGS=-static -lc -O2
8+
CFLAGS=-static -s -lc -O2
99
endif
1010

1111
poller: poller.c
-2.41 MB
Binary file not shown.
-2.63 MB
Binary file not shown.

0 commit comments

Comments
 (0)