openfoam/wmake
Mark Olesen 793f4e3a37 CONFIG: add support for WM_COMPILE_OPTION='Dbg'
- uses '-g -DFULLDEBUG' (like Debug), but with -O3 (like Opt).

  This adds in debug symbols and FULLDEBUG code segments (good for
  code development) but retains -O3 optimizations and code paths and
  avoids the much slower -O0 associated with 'Debug'.

- add in central wmake/General/common/{c,c++}XXX tuning,
  which helps reduce the number of nearly identical files

ENH: add support for wmake -debug-Og
2022-09-09 11:55:33 +02:00
..
etc COMP: increment lemon sources, fix stray comment char (wmkdepend) 2022-05-11 09:53:58 +02:00
makefiles CONFIG: add support for WM_COMPILE_OPTION='Dbg' 2022-09-09 11:55:33 +02:00
rules CONFIG: add support for WM_COMPILE_OPTION='Dbg' 2022-09-09 11:55:33 +02:00
scripts CONFIG: support wmake -debug-O0, -debug-O1 etc. 2022-06-02 22:37:00 +02:00
src COMP: increment lemon sources, fix stray comment char (wmkdepend) 2022-05-11 09:53:58 +02:00
wclean ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
wcleanLnIncludeAll ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
wdep ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
wmake CONFIG: add support for WM_COMPILE_OPTION='Dbg' 2022-09-09 11:55:33 +02:00
wmakeCheckPwd ENH: add 'subcommand' handling to wmake (#1693) 2020-05-12 10:05:24 +02:00
wmakeCollect ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
wmakeLnInclude COMP: additional wmake adjustments 2020-05-14 16:53:06 +02:00
wmakeLnIncludeAll ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
wrmdep ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
wrmo ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00