Skip to content

Commit

Permalink
View all warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjian85 committed Mar 30, 2024
1 parent cce35f6 commit 8b3a634
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 @@ -18,7 +18,7 @@ OBJS = $(patsubst src/%.S,$(BUILDDIR)/%.o,$(SRCS))
OBJS := $(patsubst src/%.c,$(BUILDDIR)/%.o,$(OBJS))
DEPS = $(patsubst %.o,%.d,$(OBJS))

CFLAGS = -I include/ -MMD -ffreestanding -mcmodel=medany
CFLAGS = -I include/ -MMD -Wall -Wextra -Werror -ffreestanding -mcmodel=medany
LDFLAGS = -nostdlib

$(BUILDDIR)/%.o: src/%.S | $(BUILDDIR)
Expand Down

0 comments on commit 8b3a634

Please sign in to comment.