diff options
| author | Arthur LAURENT <[email protected]> | 2024-02-08 14:50:44 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-02-08 14:51:58 +0100 |
| commit | 7b6d069488f8d7418f01e7f8f87dc34d0b502cd6 (patch) | |
| tree | cd4e2265edf6cc0f9984afb73dbb96bd76d98d81 /xmake/rules/c++/modules/modules_support | |
| parent | 14a186c9a2ee9df85621361af610fcf4dc96befe (diff) | |
cleanup
Diffstat (limited to 'xmake/rules/c++/modules/modules_support')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/msvc/builder.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/msvc/builder.lua b/xmake/rules/c++/modules/modules_support/msvc/builder.lua index c703de478..3fc86b369 100644 --- a/xmake/rules/c++/modules/modules_support/msvc/builder.lua +++ b/xmake/rules/c++/modules/modules_support/msvc/builder.lua @@ -38,7 +38,6 @@ function _make_modulebuildflags(target, provide, bmifile, opt) local interfaceflag = compiler_support.get_interfaceflag(target) local internalpartitionflag = compiler_support.get_internalpartitionflag(target) local ifconly = (not opt.build_objectfile and ifconlyflag) - print("AAAAAAAAAAAAAAAA", bmifile, opt.build_objectfile) local flags if provide then -- named module |
