Skip to content

Commit

Permalink
Update Make with -O2 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
malemay committed Mar 11, 2024
1 parent 7b137ae commit 3afe02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC = gcc
IDIR = include
ODIR = obj
SRC = src
CFLAGS = -I include -I ~/.local/include -L ~/.local/lib -L ~/.local/lib64
CFLAGS = -O2 -I include -I ~/.local/include -L ~/.local/lib -L ~/.local/lib64
LIBS = -lhts -lpthread
DEPS = $(IDIR)/functions.h
OBJ = $(ODIR)/functions.o $(ODIR)/main.o
Expand Down

0 comments on commit 3afe02a

Please sign in to comment.