You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since simulator and c unit tests use the same build script(build-build),
sanitization options defined for c unit tests were also passed to
simulator and this was causing more dependencies for simulator binary.
Of course this contributes to more size. Simulator now has this
sanitization options set to false to automatically avoid including them.
Signed-off-by: asi345 <[email protected]>
0 commit comments