aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-12-21 19:34:12 +0800
committerMistivia <i@mistivia.com>2025-12-21 19:34:12 +0800
commit35e1f5a56e7171955f881344aa039c0c622a7ac7 (patch)
tree322fb9f9aefdb071a61de4d55ed888d155ae4c85
parentbcb4f1a2ebf21c85404adc70b3918265f3ccc99f (diff)
use gnu99 to buildHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f812e50..eae9f54 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC := gcc
CXX := g++
-CFLAGS := -g -Wall
+CFLAGS := -g -Wall -std=gnu99
CXXFLAGS := -g -Wall -std=c++14
UNAME := $(shell uname -s)
LDFLAGS := -g -lsrt \