From 0b9752623e1cff524d09ee57dffb84b01d103f87 Mon Sep 17 00:00:00 2001 From: Takayuki 'January June' Suwa Date: Thu, 9 Sep 2021 01:09:35 +0900 Subject: [PATCH] Makefile: Add GCC config options to `--enable-checking=all` --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5cae772..a831b89 100644 --- a/Makefile +++ b/Makefile @@ -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