diff options
| author | ruki <[email protected]> | 2025-04-23 22:50:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-23 11:30:31 +0800 |
| commit | cc227f968825b85ea3266a57f1d68709cbb890c7 (patch) | |
| tree | b0c946d0d4ebb30a631dc9e33b3b635429c88365 | |
| parent | 81c8589d494d42bfc64393955b2d62ae22c90039 (diff) | |
revert link_objects
| -rw-r--r-- | xmake/modules/private/action/build/link_objects.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/private/action/build/link_objects.lua b/xmake/modules/private/action/build/link_objects.lua index abf81bfea..396896d00 100644 --- a/xmake/modules/private/action/build/link_objects.lua +++ b/xmake/modules/private/action/build/link_objects.lua @@ -46,7 +46,6 @@ function _do_link_target(target, opt) local targetfile = target:targetfile() local objectfiles = target:objectfiles() local verbose = option.get("verbose") - if verbose then -- show the full link command with raw arguments, it will expand @xxx.args for msvc/link on windows print(linkinst:linkcmd(objectfiles, targetfile, {linkflags = linkflags, rawargs = true})) |
