We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d986d6 commit d3c2c91Copy full SHA for d3c2c91
README.rst
@@ -32,6 +32,12 @@ in ``CMakeLists.txt`` as above or on the CMake command line like so::
32
33
cmake -DMICROCHIP_MCU=PIC24FJ256GB004 .
34
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
41
Copying
42
=======
43
0 commit comments