summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 54ab42c..3b15937 100755
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@
PREFIX = /usr/local
-CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os
+CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O3
-CC = gcc
+CC = cc
SRC = main.c