From f2e04b77aa8a363d7e36ce5a9cdb60714a537a3c Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 8 Sep 2017 08:03:18 +0000 Subject: configure.in: moved flags * configure.in (-DRUBY_DEVEL): moved from debugflags to XCFLAGS. this flags should be applied to the ruby core only. * configure.in (-fno-fast-math): moved from optflags to CFLAGS. this flag is not for optimization. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index ed89832f0e..3a9e54460c 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -114,7 +114,7 @@ ARCH = $(MACHINE) DEBUGFLAGS = -Zi !endif !if "$(RUBY_DEVEL)" == "yes" -DEBUGFLAGS = $(DEBUGFLAGS) -DRUBY_DEVEL=1 +XCFLAGS = $(XCFLAGS) -DRUBY_DEVEL=1 !endif !if !defined(OPTFLAGS) !if $(MSC_VER) < 1400 -- cgit v1.2.3