Skip to content

Commit

Permalink
Add -Wextra flag to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Jan 4, 2023
1 parent 333359c commit 47a86a5
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 @@ -35,7 +35,7 @@ INCLUDES := source
#-------------------------------------------------------------------------------
# options for code generation
#-------------------------------------------------------------------------------
CFLAGS := -Wall -Os -ffunction-sections\
CFLAGS := -Wall -Wextra -Os -ffunction-sections -fdata-sections\
$(MACHDEP)

CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
Expand Down

0 comments on commit 47a86a5

Please sign in to comment.