aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-03-26 21:19:51 +0100
committerJulian T <julian@jtle.dk>2020-03-26 21:47:33 +0100
commitcdfd399ea9d79dcfac3107b23cbab7b25c7a12e0 (patch)
tree86290f54255b881b0ca127cbd97c6d893ace2bd3 /Makefile
parent7359b43f9fde19b6911b3ed95c8b31ea5e6a689b (diff)
Y axis is now up as it should be
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49416a0..66cf39b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CC=gcc
# Enable debugging
-CFLAGS=-ggdb
+CFLAGS=-ggdb -O3
# We need math
LDFLAGS=-lm -lpthread