Skip to content

Commit

Permalink
Merge pull request #24 from mendes-jv/detached3
Browse files Browse the repository at this point in the history
Update compiler flags in Makefile
  • Loading branch information
mendes-jv committed Feb 4, 2024
2 parents 69fd0e6 + b202cef commit 75a3b8a
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 @@ -39,7 +39,7 @@ HEADER = includes/

AR = ar -rcs

FLAGS = -Wall -Wextra -Wunreachable-code -g3
FLAGS = -Wall -Wextra -Werror -Wunreachable-code -Ofast -g3 -O3

OBJS = $(patsubst $(PATH_SRC)%.c, $(PATH_OBJ)%.o, $(SRC))

Expand Down

0 comments on commit 75a3b8a

Please sign in to comment.