PowerShell-Native icon indicating copy to clipboard operation
PowerShell-Native copied to clipboard

Use compiler flag -gdwarf-5 as per BinSkim

Open adityapatwardhan opened this issue 10 months ago • 2 comments

PR Summary

This pull request includes a small change to the src/libpsl-native/CMakeLists.txt file. The change adds the -gdwarf-5 flag to the CMAKE_CXX_FLAGS to enable DWARF version 5 debugging information.

  • src/libpsl-native/CMakeLists.txt: Added -gdwarf-5 to the CMAKE_CXX_FLAGS for improved debugging information.

PR Context

adityapatwardhan avatar Mar 27 '25 20:03 adityapatwardhan

/azp run

adityapatwardhan avatar Mar 27 '25 22:03 adityapatwardhan

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Mar 27 '25 22:03 azure-pipelines[bot]