Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asap_set_compile_options arguments to swift_set_compile_options #24

Closed
KammutierSpule opened this issue Jan 2, 2023 · 3 comments
Closed

Comments

@KammutierSpule
Copy link

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.

@KammutierSpule
Copy link
Author

KammutierSpule commented Jan 2, 2023

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.

@abdes
Copy link
Owner

abdes commented Jan 3, 2023

Can you please take a look at issue #21? This looks like a duplicate.

@KammutierSpule
Copy link
Author

Yes, I believe so :)

I was using an outdated version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants