]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/mipspro.jam
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / tools / build / src / tools / mipspro.jam
index 9e8c39693a324a04ac54b6ceb1da1eff7c34aa08..7f4d059506f9816292504232847b098c1c6ecadd 100644 (file)
@@ -69,6 +69,9 @@ flags mipspro.compile OPTIONS <debug-symbols>on : -g ;
 flags mipspro.compile OPTIONS <warnings>off : -w ;
 flags mipspro.compile OPTIONS <warnings>on : -ansiW -diag_suppress 1429 ; # suppress long long is nonstandard warning
 flags mipspro.compile OPTIONS <warnings>all : -fullwarn ;
+flags mipspro.compile OPTIONS <warnings>extra : -fullwarn ;
+flags mipspro.compile OPTIONS <warnings>pedantic : -fullwarn -ansiW -diag_suppress 1429 ; # suppress long long is nonstandard warning
+flags mipspro.compile OPTIONS <warnings-as-errors>on : -w2 ;
 flags mipspro.compile OPTIONS <optimization>speed : -Ofast ;
 flags mipspro.compile OPTIONS <optimization>space : -O2 ;
 flags mipspro.compile OPTIONS <cflags> : "-LANG:std" ;