summaryrefslogtreecommitdiff
path: root/cli_ure/Executable_climaker.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure/Executable_climaker.mk')
-rw-r--r--cli_ure/Executable_climaker.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli_ure/Executable_climaker.mk b/cli_ure/Executable_climaker.mk
index 0ccd386f8502..01264f4f879b 100644
--- a/cli_ure/Executable_climaker.mk
+++ b/cli_ure/Executable_climaker.mk
@@ -17,6 +17,10 @@ $(eval $(call gb_Executable_add_cxxflags,climaker,\
-wd4715 \
))
+$(eval $(call gb_Executable_add_ldflags,climaker,\
+ -ignore:4248 \
+))
+
$(eval $(call gb_Executable_use_internal_bootstrap_api,climaker,\
udkapi \
))