Skip to content

Commit

Permalink
[illumos-gate merge]
Browse files Browse the repository at this point in the history
commit c9e1819
    15784 loader: add missing -Werror
  • Loading branch information
danmcd committed Jul 10, 2023
2 parents 3342790 + c9e1819 commit f1505ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/src/boot/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ CFLAGS += -_gcc=-ffunction-sections -_gcc=-fdata-sections
CFLAGS += -_gcc=-mno-mmx -_gcc=-mno-3dnow -_gcc=-mno-sse -_gcc=-mno-sse2
CFLAGS += -_gcc=-mno-sse3 -_gcc=-msoft-float
CFLAGS += -_gcc=-mno-avx -_gcc=-mno-aes
CFLAGS += -_gcc=-Wall
CFLAGS += -_gcc=-Wall -_gcc=-Werror
CFLAGS += $(CCNOAUTOINLINE) $(CCNOREORDER) $(CSTD_GNU99)
CFLAGS += $(CSOURCEDEBUGFLAGS)
CCASFLAGS= -Wa,--divide
Expand Down

0 comments on commit f1505ba

Please sign in to comment.