Re: -current 'make release' status? [SOLVED]

From: Dan Nelson (dnelson_at_allantgroup.com)
Date: 07/29/03

  • Next message: Poul-Henning Kamp: "HEADSUP: UMA not reentrant / possible memory leak"
    Date: Tue, 29 Jul 2003 16:09:01 -0500
    To: Ruslan Ermilov <ru@freebsd.org>
    
    

    In the last episode (Jul 29), Ruslan Ermilov said:
    > Hm, I always thought that -O2 and -Os are just useful aliases that in
    > effect only turn a few dozens of -f optimization flags, and that
    > switching some of them off later is allowed. I.e., "-Os
    > -fno-strict-aliasing" should work.

    That does work, but there are still things you can't turn off with -f.
    They're half-aliases. toplev.c::parse_options_and_default_flags does
    set -f flags based on the optimization level, but there is still a
    whole lot of gcc code that directly tests the value of optimize and
    optimize_size.

    -- 
    	Dan Nelson
    	dnelson@allantgroup.com
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Poul-Henning Kamp: "HEADSUP: UMA not reentrant / possible memory leak"