diff --git a/ctrtool/Makefile b/ctrtool/Makefile index 0f2361f..c316463 100644 --- a/ctrtool/Makefile +++ b/ctrtool/Makefile @@ -5,7 +5,7 @@ OBJS = $(foreach dir,$(SRC_DIR),$(subst .c,.o,$(wildcard $(dir)/*.c))) $(foreach # Compiler Settings OUTPUT = ctrtool CXXFLAGS = -I. -CFLAGS = -O2 -flto -Wall -Wno-unused-variable -Wno-unused-result -I. +CFLAGS = -O2 -flto -Wall -Wno-unused-variable -Wno-unused-result -I. -std=c99 CC = gcc CXX = g++ ifeq ($(OS),Windows_NT)