diff options
| author | ruki <[email protected]> | 2022-06-15 00:03:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-06-14 20:12:57 +0800 |
| commit | c96e777d90a4cec5941896680191f50e47e0d247 (patch) | |
| tree | b83e35132458222b3ba115a7f26fb9378ce01b23 | |
| parent | 12e08a29a6902e37ccdee8430e88fa081cd78cfe (diff) | |
improve optimize
| -rw-r--r-- | xmake/languages/c++/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/languages/c++/xmake.lua b/xmake/languages/c++/xmake.lua index 52c7baa91..6d4b48b2b 100644 --- a/xmake/languages/c++/xmake.lua +++ b/xmake/languages/c++/xmake.lua @@ -65,6 +65,7 @@ language("c++") , "target.rpathdirs" , "target.strip" , "target.symbols" + , "target.optimize:check" , "target.runtimes" , "toolchain.linkdirs" , "toolchain.rpathdirs" @@ -87,6 +88,7 @@ language("c++") , "target.rpathdirs" , "target.strip" , "target.symbols" + , "target.optimize:check" , "target.runtimes" , "toolchain.linkdirs" , "toolchain.rpathdirs" |
