Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-11-27
Description: Make sure build options (for instance for hardening) are propagated

--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ endif
 all: avr-evtd
 
 avr-evtd: avr-evtd.c
-	$(CC) $(CFLAGS) -o avr-evtd avr-evtd.c
+	$(CC) $(CPPFLAGS) $(CFLAGS) -o avr-evtd avr-evtd.c $(LDFLAGS)
 
 clean:
 	rm -f avr-evtd
