Skip to content

Commit

Permalink
-Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Dec 10, 2023
1 parent 2047323 commit 370a590
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 @@ -59,7 +59,7 @@ ICON := icon.png
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft

# FIXME: Remove -fcommon once all multiple definitions are fixed
CFLAGS := -g -Wall -O2 -mword-relocations \
CFLAGS := -g -Wall -Werror -O2 -mword-relocations \
-Wno-unused-variable \
-ffunction-sections -fcommon \
$(ARCH)
Expand Down

0 comments on commit 370a590

Please sign in to comment.