Disable debug symbols in macOS action

This commit is contained in:
Ilya Fedin
2025-12-17 21:29:58 +00:00
committed by John Preston
parent 5114c9a58e
commit fc728e7a13

View File

@@ -74,6 +74,8 @@ jobs:
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo sed -i '' '/CMAKE_${lang}_FLAGS_DEBUG_INIT/s/ -g//' /opt/homebrew/share/cmake/Modules/Compiler/GNU.cmake
- name: ThirdParty cache.
id: cache-third-party
uses: actions/cache@v4