Conversation
laura-a-n-n
left a comment
There was a problem hiding this comment.
yay thanks so much! this does solve my issue :)
there seems to be one problem, which is that I can only pass one arg to as_flags. if I pass it as a string, like as_flags="-x -y", it isn't interpreted correctly, and omitting quotes makes -y get passed to MWCC instead of AS. this doesn't affect my work currently, but worth noting -- am I doing something wrong?
|
Foolishly I had only tested with I've tweaked the logic as best I could, but it means e.g. python3 mwccgap.py foo.c foo.o -foo -bar baz --mwcc-path mwccpsp.exe --as-flags -G0 -hello -laurawill pass but if you did then |
laura-a-n-n
left a comment
There was a problem hiding this comment.
this works for me! i had to rearrange the flags a bit, but i can pass more than one now :D
No description provided.