CONFIG: relax requirement on C compile option
- with 1906, OpenFOAM is purely C++ code and the last toolchain bits C code have been avoided. Thus relax the wmake C rule for including WM_COMPILE_OPTION. This makes it much easier to add different compiler options with fewer files. For example, for Broadwell-specific options: cd wmake/rules/linux64Gcc cp c++Opt c++OptBdw edit this file and then use WM_COMPILE_OPTION=OptBdw - ensure that WM_COMPILE_OPTION is always non-empty
Showing
- etc/config.csh/settings 1 addition, 1 deletionetc/config.csh/settings
- etc/config.sh/settings 1 addition, 1 deletionetc/config.sh/settings
- wmake/rules/darwin64Clang/c 2 additions, 1 deletionwmake/rules/darwin64Clang/c
- wmake/rules/linux64Clang/c 2 additions, 1 deletionwmake/rules/linux64Clang/c
- wmake/rules/linux64Cray/c 2 additions, 1 deletionwmake/rules/linux64Cray/c
- wmake/rules/linux64Gcc/c 2 additions, 1 deletionwmake/rules/linux64Gcc/c
- wmake/rules/linux64Icc/c 2 additions, 1 deletionwmake/rules/linux64Icc/c
- wmake/rules/linux64Mingw/c 2 additions, 1 deletionwmake/rules/linux64Mingw/c
- wmake/rules/linux64Pgi/c 2 additions, 1 deletionwmake/rules/linux64Pgi/c
- wmake/rules/linuxARM64Arm/c 2 additions, 1 deletionwmake/rules/linuxARM64Arm/c
- wmake/rules/linuxARM64Clang/c 2 additions, 1 deletionwmake/rules/linuxARM64Clang/c
- wmake/rules/linuxARM64Gcc/c 2 additions, 1 deletionwmake/rules/linuxARM64Gcc/c
- wmake/rules/linuxARM7Gcc/c 3 additions, 4 deletionswmake/rules/linuxARM7Gcc/c
- wmake/rules/linuxClang/c 2 additions, 1 deletionwmake/rules/linuxClang/c
- wmake/rules/linuxGcc/c 2 additions, 1 deletionwmake/rules/linuxGcc/c
- wmake/rules/linuxIA64Gcc/c 2 additions, 1 deletionwmake/rules/linuxIA64Gcc/c
- wmake/rules/linuxIA64Icc/c 2 additions, 1 deletionwmake/rules/linuxIA64Icc/c
- wmake/rules/linuxIcc/c 2 additions, 1 deletionwmake/rules/linuxIcc/c
- wmake/rules/linuxPPC64Gcc/c 2 additions, 1 deletionwmake/rules/linuxPPC64Gcc/c
- wmake/rules/linuxPPC64leGcc/c 2 additions, 1 deletionwmake/rules/linuxPPC64leGcc/c
Please register or sign in to comment