Small fix to shut up messages about long boost names

This commit is contained in:
Tom Tanner
2015-08-20 19:53:39 +01:00
parent f29d9ac993
commit 25ac05622a
+4
View File
@@ -13,6 +13,10 @@ env.AppendUnique(CPPDEFINES = [
'HAVE_ROUND'
])
# Boost produces very long names with msvc truncates. Doesn't seem to cause
# problems.
env.AppendUnique(CPPFLAGS = [ '-wd4503' ])
# QMAKE_CXXFLAGS += /Zi
# QMAKE_LFLAGS += /DEBUG