mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-04 04:12:42 +01:00
instruments/poller: Ensure poller binaries are stripped
Update Makefile and rebuild binaries to strip output to reduce file sizes. Fixes #1296
This commit is contained in:
@@ -5,7 +5,7 @@ CC=gcc
|
|||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
CFLAGS=-static -lc -g
|
CFLAGS=-static -lc -g
|
||||||
else
|
else
|
||||||
CFLAGS=-static -lc -O2
|
CFLAGS=-static -s -lc -O2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
poller: poller.c
|
poller: poller.c
|
||||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user