Module Name: src Committed By: tsutsui Date: Sat Jul 5 09:18:47 UTC 2014
Modified Files: src/sys/arch/x68k/conf: GENERIC Log Message: Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland. with "-O2": text data bss dec hex filename 2898020 54292 122728 3075040 2eebe0 netbsd with "-O2 -fno-reorder-blocks": text data bss dec hex filename 2589888 54292 122728 2766908 2a383c netbsd To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/arch/x68k/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.