commit | 58acae3eeb6102b8567173d4c219adb9ec93a18a | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Mon Nov 03 12:31:28 2014 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Mon Nov 03 12:31:28 2014 -0800 |
tree | 81ae9a77269d00d986ee88aa252f2f4ae9de9edf | |
parent | 58455876adbd0fc92815bb0e2419363d569df2a5 [diff] |
Subzero: Allow non-hybrid binaries to be built. Build a pure-Subzero binary when neither --include nor --exclude is specified. A pure-Subzero binary is built without flags: -externalize -ffunction-sections -fdata-sections which is good because that configuration is closer to what real usage will be, and will get more testing during development. BUG= none R=kschimpf@google.com Review URL: https://codereview.chromium.org/693393003