mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00: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 | ||||
| 	CFLAGS=-static -lc -g | ||||
| else | ||||
| 	CFLAGS=-static -lc -O2 | ||||
| 	CFLAGS=-static -s -lc -O2 | ||||
| endif | ||||
|  | ||||
| poller: poller.c | ||||
|   | ||||
		Reference in New Issue
	
	Block a user