sonic-swss-common
sonic-swss-common copied to clipboard
[azp]: Disable optimization when building
Signed-off-by: Lawrence Lee [email protected]
/Azp run
Azure Pipelines successfully started running 1 pipeline(s).
/Azp run
Azure Pipelines successfully started running 1 pipeline(s).
why to disable optimizations when building ,and you are actually enabling -O1 so you are enabling them, -O0 is disable, why you need this change/
/Azp run
Azure Pipelines successfully started running 1 pipeline(s).
why to disable optimizations when building ,and you are actually enabling -O1 so you are enabling them, -O0 is disable, why you need this change/
I am trying to check if changing the optimization level affects how code coverage is calculated for SWSS VS tests. -O0 did not improve it, so I'm checking now if -O1 will improve it