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
Showing
- etc/bashrc 1 addition, 1 deletionetc/bashrc
- etc/cshrc 1 addition, 1 deletionetc/cshrc
- wmake/makefiles/general 2 additions, 2 deletionswmake/makefiles/general
- wmake/rules/General/Clang/c 12 additions, 6 deletionswmake/rules/General/Clang/c
- wmake/rules/General/Clang/c++ 11 additions, 6 deletionswmake/rules/General/Clang/c++
- wmake/rules/General/Gcc/c 12 additions, 6 deletionswmake/rules/General/Gcc/c
- wmake/rules/General/Gcc/c++ 9 additions, 6 deletionswmake/rules/General/Gcc/c++
- wmake/rules/General/Icc/c 12 additions, 6 deletionswmake/rules/General/Icc/c
- wmake/rules/General/Icc/c++ 10 additions, 7 deletionswmake/rules/General/Icc/c++
- wmake/rules/General/Icx/c 12 additions, 6 deletionswmake/rules/General/Icx/c
- wmake/rules/General/Icx/c++ 10 additions, 7 deletionswmake/rules/General/Icx/c++
- wmake/rules/General/Nvidia/c 10 additions, 7 deletionswmake/rules/General/Nvidia/c
- wmake/rules/General/Nvidia/c++ 11 additions, 7 deletionswmake/rules/General/Nvidia/c++
- wmake/rules/General/common/c++Dbg 6 additions, 0 deletionswmake/rules/General/common/c++Dbg
- wmake/rules/General/common/c++Debug 6 additions, 0 deletionswmake/rules/General/common/c++Debug
- wmake/rules/General/common/c++Opt 6 additions, 0 deletionswmake/rules/General/common/c++Opt
- wmake/rules/General/common/c++Prof 6 additions, 0 deletionswmake/rules/General/common/c++Prof
- wmake/rules/General/common/cDbg 6 additions, 0 deletionswmake/rules/General/common/cDbg
- wmake/rules/General/common/cDebug 6 additions, 0 deletionswmake/rules/General/common/cDebug
- wmake/rules/General/common/cOpt 6 additions, 0 deletionswmake/rules/General/common/cOpt
Please register or sign in to comment