Skip to content

Conversation

@fbarbari
Copy link
Contributor

@fbarbari fbarbari commented Dec 4, 2025

When running compile.py (after configure.py) with the --verbose flag, the resulting cmake command is cmake --build build <my_build_dir> -- deply-sycl-toolchain --verbose which results in an error like this /usr/bin/gmake: unrecognized option '--verbose' when using Unix Makefiles as generator. To support both makefiles and ninja, a better and easier approach is to just place --verbose before the -- in the final command.

@fbarbari fbarbari requested a review from a team as a code owner December 4, 2025 13:07
@aelovikov-intel
Copy link
Contributor

I'm not using compile.py. @AlexeySachkov , @sarnex , @KornevNikita , does any of you use it?

@sarnex
Copy link
Contributor

sarnex commented Dec 4, 2025

I use it and I manually confirmed this fix.

Copy link
Contributor

@sarnex sarnex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@KornevNikita
Copy link
Contributor

I'm using it sometimes. Also our get-started-guide suggests to use it

@sarnex
Copy link
Contributor

sarnex commented Dec 4, 2025

I approved the CI and will merge after it runs.

@sarnex sarnex merged commit c254acc into intel:sycl Dec 4, 2025
25 of 28 checks passed
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

Successfully merging this pull request may close these issues.

4 participants