<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>What do you all think about adding the ability to manually&nbsp;add compiler and linker flags in the package manifest? This can already done with the `-<span>Xswiftc` and `-<span>Xlinker` arguments on the command line, but I think it would nice to be able to
 set these a bit more permanently. A couple ways I figure this could be done are</span></span></p>
<p><span><span><br>
</span></span></p>
<p><span><span>1. Add the package directory to the pkg-config search path.&nbsp;Then the arguments can be set by a&nbsp;`.pc` file in the package</span></span></p>
<p><span><span>2. Add two arguments to the `Package` definition, one for the cc flags and one for the linker. Perhaps they'd just be&nbsp;named&nbsp;'Xswiftc' and 'Xlinker', but other&nbsp;names may be better.</span></span></p>
<p><br>
</p>
<p>This maybe&nbsp;isn't very useful for package written in Swift, but for system modules and&nbsp;packages with C code I think it would be very helpful</p>
<p><br>
</p>
</div>
</body>
</html>