[ros-diffs] [janderwald] 23589: merge 23524 from trunk

janderwald at svn.reactos.org janderwald at svn.reactos.org
Wed Aug 16 17:03:50 CEST 2006


Author: janderwald
Date: Wed Aug 16 19:03:49 2006
New Revision: 23589

URL: http://svn.reactos.org/svn/reactos?rev=23589&view=rev
Log:
merge 23524 from trunk

Modified:
    branches/ros-branch-0_3_0/reactos/tools/rbuild/backend/mingw/modulehandler.cpp

Modified: branches/ros-branch-0_3_0/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_0/reactos/tools/rbuild/backend/mingw/modulehandler.cpp?rev=23589&r1=23588&r2=23589&view=diff
==============================================================================
--- branches/ros-branch-0_3_0/reactos/tools/rbuild/backend/mingw/modulehandler.cpp (original)
+++ branches/ros-branch-0_3_0/reactos/tools/rbuild/backend/mingw/modulehandler.cpp Wed Aug 16 19:03:49 2006
@@ -1810,6 +1810,10 @@
 		globalCflags += " -pipe";
 	if ( !module.allowWarnings )
 		globalCflags += " -Werror";
+
+	// Always force disabling of sibling calls optimisation for GCC
+	// (TODO: Move to version-specific once this bug is fixed in GCC)
+	globalCflags += " -fno-optimize-sibling-calls";
 	
 	fprintf (
 		fMakefile,




More information about the Ros-diffs mailing list