From 88c91d4096b194d54986d06eb1b76f6d3787882a Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Sun, 13 Nov 2016 14:15:29 +0200 Subject: [PATCH] Updated compiler flags. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35d6cdd..3c8d242 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ else endif CC = gcc -CFLAGS = -std=gnu11 -Wall -Wextra -Wpedantic -O2 +CFLAGS = -std=gnu99 -Wall -Wextra -Wpedantic -Os -s all: $(CROSS_COMPILE)$(CC) $(CFLAGS) -o $(EXENAME) mcrcon.c $(LINKER)