swiftlang / swift

The Swift Programming Language
https://swift.org
Apache License 2.0
67.49k stars 10.35k forks source link

[SR-15087] C/C++ Flags needed by package maintainers in SPM #57413

Open swift-ci opened 3 years ago

swift-ci commented 3 years ago
Previous ID SR-15087
Radar rdar://problem/82133353
Original Reporter kneekey23 (JIRA User)
Type Improvement
Additional Detail from JIRA | | | |------------------|-----------------| |Votes | 1 | |Component/s | | |Labels | Improvement | |Assignee | @abertelrud | |Priority | Medium | md5: 6218395650a1eb0b2374c85eb97b0154

Issue Description:

As a package author, at a minimum I want to be able to have control of the flags listed in https://bugs.swift.org/browse/SR-15086 as well as:

For debugging purposes, it would be extremely helpful to be able to link in the sanitizers via

typesanitizer commented 3 years ago

@swift-ci create