mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
fix: CXXABI requirements for older distros (#129360)
* fix: use clang and libcxx from chromium * chore: add flags for Link-Time Optimization libcxx builds from upstream are built with LTO, avoiding these flags will cause miscompiles * chore: add lto flags to compilation units
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Name: @@NAME@@
|
||||
Version: @@VERSION@@
|
||||
Release: @@RELEASE@@.el8
|
||||
Release: @@RELEASE@@.el7
|
||||
Summary: Code editing. Redefined.
|
||||
Group: Development/Tools
|
||||
Vendor: Microsoft Corporation
|
||||
|
||||
Reference in New Issue
Block a user