diff --git a/compile.mk b/compile.mk index 73c38aa1..4c2e95d3 100644 --- a/compile.mk +++ b/compile.mk @@ -19,6 +19,8 @@ FLAGS += -O3 -march=nocona -funsafe-math-optimizations FLAGS += -Wall -Wextra -Wno-unused-parameter # C++ standard CXXFLAGS += -std=c++11 +# C standard +CFLAGS += -std=c11 # Architecture-independent flags ifdef ARCH_LIN