Merge branch 'origin/release-2020' into master
[alexxy/gromacs.git] / src / buildinfo.h.cmakein
index c2c48ece3aee1a4e6516f25362d57afd53767aee..ba5f3658b67f8352f588e1a463d504499e4754a6 100644 (file)
 /** C compiler used to build */
 #define BUILD_C_COMPILER        "@BUILD_C_COMPILER@"
 
+/** C compiler flags for this build configuration */
+#define CMAKE_BUILD_CONFIGURATION_C_FLAGS "@CMAKE_BUILD_CONFIGURATION_C_FLAGS@"
+
 #include "compilerflaginfo-@CMAKE_BUILD_TYPE@-C.h"
 
-/** C++ compiler flags used to build, or empty string if no C++ */
+/** C++ compiler used to build */
 #define BUILD_CXX_COMPILER      "@BUILD_CXX_COMPILER@"
 
+/** C++ compiler flags for this build configuration */
+#define CMAKE_BUILD_CONFIGURATION_CXX_FLAGS "@CMAKE_BUILD_CONFIGURATION_CXX_FLAGS@"
+
 #include "compilerflaginfo-@CMAKE_BUILD_TYPE@-CXX.h"
 
 /** Installation prefix (default location of data files) */