commit | 4a243ffce911a1359d79d7b1d86abcdb847a1546 | [log] [tgz] |
---|---|---|
author | Jimmy Huang <jimmy.huang@intel.com> | Wed Jan 24 11:15:52 2018 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Jan 25 07:56:58 2018 +0530 |
tree | 2524539bd97c0b9865ed3d0c03aebd0b6fecbc3f | |
parent | 39caff5ca1da3d4824c32241c76e11e4af570ba0 [diff] |
arch: arc: use default optimization flag The work-around previously setting ARC builds to use -O2 to fix an ADC bug #3797 is no longer needed, we should this patch and revert to the default -Os flag to optimize for smaller size. Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>