summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-14 15:54:17 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-14 15:54:17 +0000
commit9fbf665da20c7ede821faf90811f8f7e51de8c1c (patch)
tree876d66e250180646ee4791aaa1fdc5f4752f9a04
parent184deceba3fd03e72c4eadacb54c7c9da6c20339 (diff)
remove pedantic compile!
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0a2c11..b69ebdc 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LIBS = -lX11
# flags
# CPPFLAGS =
-CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os ${CPPFLAGS} -fdiagnostics-color=always
+CFLAGS = -std=c99 -Wall -Wextra -Os ${CPPFLAGS} -fdiagnostics-color=always
LDFLAGS = ${LIBS}
# uncomment this block for OpenBSD