aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-12 14:33:29 -0400
committerShav Kinderlehrer <[email protected]>2023-04-12 14:33:29 -0400
commitb247f8f827656462899c96422bffe1d85a6d64f6 (patch)
tree752c9aa278d99df26dfe655d86cde135862d2380
parent49f01c39d8009f0c660559eba3b6aecb4d00f8d7 (diff)
downloadlat-b247f8f827656462899c96422bffe1d85a6d64f6.tar.gz
lat-b247f8f827656462899c96422bffe1d85a6d64f6.zip
Add speed optimization flag to CFLAGS
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e65efb5..149c2ac 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ ODIR:=obj
BINDIR:=build
CC:=cc
-CFLAGS:=-I$(IDIR) -Wall -Wextra -pedantic
+CFLAGS:=-I$(IDIR) -Wall -Wextra -pedantic -Ofast
LIB:=
DEPS:=$($(IDIR)/%.h)