Skip to content
Snippets Groups Projects

Draft: Add options -Pw, -Pd, -Psa, -Pou, -Pfusion, and -Pgeneric_fusion

  1. Feb 19, 2021
    • Camil Staps's avatar
      Add options -Pw, -Pd, -Psa, -Pou, -Pfusion, and -Pgeneric_fusion to lift the... · 9658d578
      Camil Staps authored
      Add options -Pw, -Pd, -Psa, -Pou, -Pfusion, and -Pgeneric_fusion to lift the corresponding options without P to project options
      
      For example, when using -Pfusion -fusion, all project files are compiled
      with fusion enabled, and recompiled if necessary (instead of only the
      main module).
      
      There are no -Pn options (e.g. -Pnfusion): instead, -Pfusion -nfusion
      will lift -nfusion to the project option level.
      Verified
      9658d578
Loading