Description: Append CFLAGS
Author: Nick Morrott <nickm@debian.org>
Forwarded: not-needed
Last-Update: 2024-02-21
---
--- a/config.mk
+++ b/config.mk
@@ -17,7 +17,7 @@
 HAVE_LIBEXIF  = $(OPT_DEP_DEFAULT)
 
 # CFLAGS, any additional compiler flags goes here
-CFLAGS = -Wall -pedantic -O2 -DNDEBUG
+CFLAGS += -Wall -pedantic -O2 -DNDEBUG
 # Uncomment for a debug build using gcc/clang
 # CFLAGS = -Wall -pedantic -DDEBUG -g3 -fsanitize=address,undefined
 # LDFLAGS = $(CFLAGS)
