summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/msvc/support.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/c++/modules/msvc/support.lua')
-rw-r--r--xmake/rules/c++/modules/msvc/support.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/xmake/rules/c++/modules/msvc/support.lua b/xmake/rules/c++/modules/msvc/support.lua
index 588921d0e..caaeb9cc6 100644
--- a/xmake/rules/c++/modules/msvc/support.lua
+++ b/xmake/rules/c++/modules/msvc/support.lua
@@ -120,6 +120,13 @@ function has_two_phase_compilation_support(_)
return false
end
+function has_precompile_reduced_bmi_support(_)
+ return false
+end
+
+function get_modulesprecompilereducedbmiflag(_)
+end
+
-- build c++23 standard modules if needed
function get_stdmodules(target, opt)
opt = opt or {}