From 01d9574ddd98856285c85b6f71a0066685fe4790 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 1 Aug 2012 08:46:49 +0000 Subject: [PATCH] * Makefile.in: Semi-revert patch from 2012-07-01, assuming the previous patch to etc::dir_changed fixes the underlying issue. --- winsup/cygwin/Makefile.in | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 494314be8..6e4282843 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -275,15 +275,8 @@ malloc_CFLAGS:=-fomit-frame-pointer -O3 malloc_wrapper_CFLAGS:=-fomit-frame-pointer miscfuncs_CFLAGS:=-fomit-frame-pointer net_CFLAGS:=-fomit-frame-pointer -# -# FIXME: Setting either of the below to -fomit-frame-pointer causes an -# optimized version of Cygwin to sometimes "jump to zero" in long-running -# shell processes when compiled with gcc 4.5.3. -# -# passwd_CFLAGS:=-fomit-frame-pointer -# path_CFLAGS=-fomit-frame-pointer -# -path_CFLAGS=-fgcse-lm -fgcse-sm -fgcse-las -fgcse-after-reload +passwd_CFLAGS:=-fomit-frame-pointer +path_CFLAGS=-fomit-frame-pointer regcomp_CFLAGS=-fomit-frame-pointer regerror_CFLAGS=-fomit-frame-pointer regexec_CFLAGS=-fomit-frame-pointer -- 2.43.5