Skip to content

Commit

Permalink
fix: banned functions
Browse files Browse the repository at this point in the history
  • Loading branch information
savalet committed Nov 27, 2024
1 parent 0ab479b commit eab8aa3
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 @@ -30,7 +30,7 @@ LIB_OBJ := $(LIB_SRC:%.c=$(BUILD_DIR)/%.o)

CC := gcc

CFLAGS += -Wall -Wextra -g3 -O3
CFLAGS += -Wall -Wextra
CFLAGS += -iquote ./include
CFLAGS += -Wno-unused-parameter

Expand Down

0 comments on commit eab8aa3

Please sign in to comment.