Skip to content

Commit

Permalink
Makefile: Add GCC config options to --enable-checking=all
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsuwa-sys3175 committed Sep 8, 2021
1 parent ed86506 commit 0b97526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ configure += --enable-languages=c,c++
configure += --enable-lto
configure += --enable-static=yes
configure += --disable-libstdcxx-verbose
configure += --enable-checking=all

# Newlib configuration common
CONFIGURENEWLIBCOM = --with-newlib
Expand Down

0 comments on commit 0b97526

Please sign in to comment.