summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-08 08:03:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-08 08:03:18 +0000
commitf2e04b77aa8a363d7e36ce5a9cdb60714a537a3c (patch)
tree34c773a0278bafe1447f45f13b8c1c19db8f0946 /win32
parentb3907bb5dc7ef9158e112391ddec9a44a4af171b (diff)
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
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
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