You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the function asap_add_executable
it calls swift_add_executable and arguments are passed ok. (this is also duplicating? the compile options)
but then it calls asap_set_compile_options but arguments are not passed.
So the -Werror will be set even if the WARNING was used.
It looks that the arguments are not passed to swift_set_compile_options
There is some issue while (not) passing the WARNING.
I'm trying to understand the problem, I will give more details if I found it the exact problem.
The text was updated successfully, but these errors were encountered: