Skip to content

Commit

Permalink
Add -O2 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Theldus committed Aug 7, 2024
1 parent 828c315 commit cf9a927
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 @@ -4,7 +4,7 @@
#

CC ?= cc
CFLAGS += -Wall -Wextra
CFLAGS += -Wall -Wextra -O2
LDLIBS += -pthread -lcurl
STRIP = strip
VERSION = v0.1
Expand Down

0 comments on commit cf9a927

Please sign in to comment.