Using gecc |
The usual way to invoke gecc is as follows:
gecc <script_filename>This will read the C compilation command-lines generated by gec in the script file <script_filename> (typically of the form <system_name>.bat or <system_name>.sh). It will execute them (except the last one) concurrently using a number of threads corresponding to the number of CPUs available on the machine), and then will execute the last line (which is supposed to be the link command to generate the executable file).
Here is the list of options that can be used with gecc:
Copyright © 2018, Eric Bezault mailto:ericb@gobosoft.com http://www.gobosoft.com Last Updated: 6 October 2018 |