IntelLLVM: Update icx compile commands to support ccache
Using -c
causes compile errors with ccache
and icx
compiler on Windows. For Windows, as a workaround, we will use /c
instead of -c
to compile objects.
Edited by Brad King
System updates will be applied on Mar 24th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
Using -c
causes compile errors with ccache
and icx
compiler on Windows. For Windows, as a workaround, we will use /c
instead of -c
to compile objects.