From 390eb65db435588c5850ccdce31c5a6570f501f4 Mon Sep 17 00:00:00 2001 From: Szilard Pall Date: Tue, 3 Aug 2010 13:21:57 +0200 Subject: [PATCH] minor addition to previus gcc 4.1.x disabling commit --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c365213298..2fe8b1a7e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,7 @@ include(CheckCCompilerFlag) include(CheckCXXCompilerFlag) # --- REMOVED as bugzilla 431 turned out to be a bug in GB +# and there is no confirmed case in which gcc causes a crash # check for buggy GCC 4.1.x # include(gmxCheckGCCVersion) @@ -72,7 +73,9 @@ mark_as_advanced(GMX_MPI_IN_PLACE) option(GMX_IA32_ASM "Add SSE assembly files for IA32" OFF) option(GMX_X86_64_ASM "Add SSE assembly files for X86_64" OFF) option(USE_VERSION_H "Generate development version string/information" ON) -option(GMX_DISABLE_GCC41_CHECK "Disable check for (buggy) gcc 4.1.x" OFF) +# --- REMOVED as bugzilla 431 turned out to be a bug in GB +# and there is no confirmed case in which gcc causes a crash +# option(GMX_DISABLE_GCC41_CHECK "Disable check for (buggy) gcc 4.1.x" OFF) set(GMX_BINARY_SUFFIX "" CACHE STRING "Suffix for GROMACS binaries.") -- 2.11.4.GIT