hth313 / Calypsi-tool-chains

Overview of the Calypsi tool chain and open source support packages
16 stars 0 forks source link

Feature request: -isystem and -iquote cc65816 command line options #18

Closed KyleCardoza closed 1 year ago

KyleCardoza commented 1 year ago

It would be very useful to be able to add custom directories to the <> include search path -- preferably, placing the custom entries in priority over the system default ones. GCC and Clang use the -isystem

and -isystem-after options to add a directory to the path searched for include directives.

Thanks in advance!

hth313 commented 1 year ago

I have added them for the next release, they will be --include-system and --include-system-after.

KyleCardoza commented 1 year ago

Phenomenal. You rock. Thanks!