Martin Väth
Martin Väth
1. Testing links was considered in the beginning, and it was to decided to **not** support it. There are dedicated extensions which do this, and it requires more permissions. 2....
Thanks for the report. I clarified in the README.md which license I meant.
I see the argument, but I dislike adding a file to every archive which is longer than the whole source code. Would re-licensing help? (From my non-lawyer POV, the artistic...
Thank you very much for your remarks, and especially for the hint to the SPDX-License-Identifier tags which I was not aware of. I added them now for this package and...
What emerge --info shows for a package should coincide with what emerge displays at the beginning of the package: This should be already the merged state (taking NOCADD into account)....
As you described it, it should work. When you emerge openal, it should show you some information: Do you see that the corresponding line is parsed (possible reasons if not:...
The functions are not prepared at all to deal with CFLAGS with arguments (e.g. also filtering such a flag would not be possible). Use instead the one-parameter-form, e.g. `--param=l1-cache-size=32`
This is ugly: -Xclang=... indeed does not appear to work. One would need to hardcode explicitly a list of all parameters mandatorily requiring an argument (when we are at it,...
Implemented in v21.0 with the preliminary list -Xclang -mllvm --param
Thanks for the list. I just released 21.1 which takes it into account.