summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-30 12:07:24 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-30 12:13:47 +0300
commit3a8f35042594fe0d91c6e41565437727cf5ee896 (patch)
tree2df7363a17f3ad2f9e69f519ded0301b210b2d5d /solenv
parent16a4b7ad733f179498e39eac3d4092c55e6c0a07 (diff)
Er, I meant gb_CXXFLAGS
Change-Id: Ia68105056fb483b30a985da3b53f85c8a0b5d869
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index f5fa7e70eadc..2cca88697b07 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -151,13 +151,6 @@ gb_CFLAGS := \
-Zc:wchar_t- \
-Zm500 \
-ifeq ($(CPUNAME),X86_64)
-
-gb_CFLAGS += \
- -wd4267 \
-
-endif
-
gb_CXXFLAGS := \
-Gd \
-GR \
@@ -203,6 +196,13 @@ ifeq ($(VCVER),100)
endif
+ifeq ($(CPUNAME),X86_64)
+
+gb_CXXFLAGS += \
+ -wd4267 \
+
+endif
+
ifneq ($(VCVER),100)
# rc.exe does not support -nologo in 6.1.6723.1 that is in the Windows SDK 6.0A
gb_RCFLAGS += -nologo