mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
mold: clarify clang method. Closes #332
This commit is contained in:
parent
7b14498aad
commit
b31d9d37a1
@ -63,6 +63,17 @@ linker being executed by mistake.
|
|||||||
| |
|
| |
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
In addition to --ld-path, the following may also be needed. Please NOTE the
|
||||||
|
implications of this warning suppression and why METHOD 1 may be the best
|
||||||
|
solution to this problem.
|
||||||
|
|
||||||
|
+----------------------------------------------------------------------------+
|
||||||
|
| |
|
||||||
|
| $ export CFLAGS="$CFLAGS -Wno-unused-command-line-argument" |
|
||||||
|
| $ export CXXFLAGS="$CXXFLAGS -Wno-unused-command-line-argument" |
|
||||||
|
| |
|
||||||
|
+----------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
--[005] METHOD 3 (GCC) ---------------------------------------------------------
|
--[005] METHOD 3 (GCC) ---------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user