git: bsd.sys.mk: Make buildworld permissive for -Os and -Og.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Mon Oct 24 05:15:21 PDT 2016


commit 82a792ca928fd98a8c5d82d0693e5c9f782077ae
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Wed Oct 19 16:54:35 2016 +0300

    bsd.sys.mk: Make buildworld permissive for -Os and -Og.
    
    Both -Os and -Og reduce amount of how much code can be inlined.
    Since all real issues should be already addressed during standard -O and -O2
    buildworlds, make -Winline and -Wmaybe-uninitialized as non fatal diagnostics.
    
    Having -Os and -Og working out of the box will also help to crosscheck if
    given WARNS level is not too high and just happened to barelly pass at -O.

Summary of changes:
 share/mk/bsd.sys.mk | 11 +++++++++++
 1 file changed, 11 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/82a792ca928fd98a8c5d82d0693e5c9f782077ae


-- 
DragonFly BSD source repository



More information about the Commits mailing list