How to add multiple header include and library directories to the search path in a single gcc command?

Use multiple -I flags for the include directories and multiple -L flags for the lib directories

Leave a Comment