Skip to content
  • Andreas Dedner's avatar
    added functions to generator for setting compile flags and for unconditionally making targets · aea79316
    Andreas Dedner authored
    Can be used directly in a scipt by calling for example
      dune.generator.setFlags("-g") or dune.generator.unsetFlags() to get the flag used during configure
    and
      dune.generator.setNoDependencyCheck() and dune.generator.setDependencyCheck()
    before/after a module is compile, e.g., calling dune.grid.yaspGrid(...)
    
    added some simpler methods to use for recompilation/setting CXXFlags and add some logger output
    
    added an option to add additional flags to the default cxxflags
    (function dune.generator.addToFlags)
    
    remoove trailing whitespaces from CXXFlags
    
    minor fix
    aea79316