Skip to content

Commit d3c2c91

Browse files
committed
Documenting the force non-cc option
Signed-off-by: Andrew V. Jones <andrew.jones@vector.com>
1 parent 8d986d6 commit d3c2c91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ in ``CMakeLists.txt`` as above or on the CMake command line like so::
3232

3333
cmake -DMICROCHIP_MCU=PIC24FJ256GB004 .
3434

35+
If you wish to use the 'legacy' xc8 compiler (`xc8`) over the `clang`-based
36+
version (`xc8-cc`), this can be achieved by telling CMake to 'force' the use of
37+
non-`cc` version::
38+
39+
cmake -DMICROCHIP_XC8_FORCE_NON_CC:BOOL=ON .
40+
3541
Copying
3642
=======
3743

0 commit comments

Comments
 (0)