i

Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/i.git

configmk

Commit 34723c12c6f68dbdb8ad8f223df4e8994cace594 by SeMi <sebastian.michalk@protonmail.com> on 2025-06-15 15:06:04 +0200
diff --git a/config.mk b/config.mk
index 8deda06..72c6e10 100644
--- a/config.mk
+++ b/config.mk
@@ -16,5 +16,9 @@ CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\
 CFLAGS   = -std=c99 -pedantic -Wall -Wextra -Os ${INCS} ${CPPFLAGS}
 LDFLAGS  = ${LIBS}
 
+# static linking flags (uncomment to build static binary)
+#CFLAGS   = -std=c99 -pedantic -Wall -Wextra -Os ${INCS} ${CPPFLAGS} -static
+#LDFLAGS  = ${LIBS} -static
+
 # compiler and linker
-CC = cc
\ No newline at end of file
+CC = cc