summaryrefslogtreecommitdiff
path: root/basebmp/Library_basebmp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/Library_basebmp.mk')
-rw-r--r--basebmp/Library_basebmp.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk
index cd8a753cb459..12a2dec1eb3e 100644
--- a/basebmp/Library_basebmp.mk
+++ b/basebmp/Library_basebmp.mk
@@ -33,11 +33,13 @@ $(eval $(call gb_Library_add_defs,basebmp,\
# Fatal Error C1128: number of sections exceeded object file
# format limit : compile with /bigobj
#
+ifeq ($(COM),MSC)
ifeq ($(CPUNAME),X86_64)
$(eval $(call gb_Library_add_cxxflags,basebmp, \
-bigobj \
))
endif
+endif
$(eval $(call gb_Library_add_exception_objects,basebmp,\
basebmp/source/bitmapdevice \