Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxenceee committed Apr 10, 2024
1 parent 36335ed commit 69f4108
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 @@ -86,7 +86,7 @@ CC = cc
RM = rm -f
INCLUDES_DIR = -I $(HEADERS_DIR) -I./printf-42
PRINTF_LIB = -L ./printf-42 -lftprintf
CFLAGS = -Wall -Wextra -Werror -o3 -g3 $(INCLUDES_DIR) -funroll-loops -flto -pg
CFLAGS = -Wall -Wextra -Werror -ofast $(INCLUDES_DIR)

ifeq ($(shell uname), Darwin)
MLX_DIR = libmlx_mac
Expand Down

0 comments on commit 69f4108

Please sign in to comment.