Kaydet (Commit) 3a8f3504 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Er, I meant gb_CXXFLAGS

Change-Id: Ia68105056fb483b30a985da3b53f85c8a0b5d869
üst 16a4b7ad
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment