1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-15 14:36:25 +03:00
This commit is contained in:
Rui Ueyama 2021-01-25 13:16:27 +09:00
parent 1890feec8d
commit b1b253cacb

View File

@ -24,4 +24,7 @@ $t/exe
clang++ -fuse-ld=`pwd`/../mold -o $t/exe $t/a.cc -Wl,--gc-sections
$t/exe
clang++ -fuse-ld=`pwd`/../mold -o $t/exe $t/a.cc -static -Wl,--gc-sections
$t/exe
echo OK