OSDN Git Service

Add a flag to the API to specify -O0 on the bcc command line.
authorverena beckham <verena@codeplay.com>
Fri, 22 May 2015 15:47:53 +0000 (16:47 +0100)
committerStephen Hines <srhines@google.com>
Fri, 17 Jul 2015 02:45:09 +0000 (19:45 -0700)
commitc9659ea3a2d8462354737d51bf6a3865a56fb4d4
tree50cac83bcece29b930fecb35a7a201af2dcb5b17
parent2fccb66debb6fb26ba6072ccc83ed56d45cc55fb
Add a flag to the API to specify -O0 on the bcc command line.

Add a flag CREATE_FLAG_OPT_LEVEL_0 to set the optimization level to 0 when calling bcc.
This will result in an object file that is easier to debug.

Change-Id: I0384dca098fa0d9ae0f2e02e798da9de342c1122
Signed-off-by: verena beckham <verena@codeplay.com>
rs/java/android/renderscript/RenderScript.java