1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 10:52:33 +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:
Marc Bonnici
2025-08-06 18:46:18 +01:00
parent d5d69e47b1
commit 49c8fa046f
3 changed files with 1 additions and 1 deletions

View File

@@ -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