Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[build] Treat warnings as errors in assembly files
Add --fatal-warnings to ASFLAGS; this is the equivalent of -Werror in
CFLAGS (which we have used since July 2007).
  • Loading branch information
Michael Brown committed Feb 15, 2009
1 parent c9e5b12 commit 79867d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile.housekeeping
Expand Up @@ -276,6 +276,7 @@ CFLAGS += -Os -ffreestanding
CFLAGS += -Wall -W -Wformat-nonliteral
CFLAGS += -g
CFLAGS += $(EXTRA_CFLAGS)
ASFLAGS += --fatal-warnings
ASFLAGS += $(EXTRA_ASFLAGS)
LDFLAGS += $(EXTRA_LDFLAGS)

Expand Down

0 comments on commit 79867d3

Please sign in to comment.