We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4c0886 + b9843bf commit add3d0eCopy full SHA for add3d0e
Makefile
@@ -4,8 +4,7 @@ TOOLSET := toolset.json
4
5
TRIPLE := aarch64-none-none-elf
6
SWIFT := swift
7
-SWIFT_BUILD_FLAGS := --triple $(TRIPLE) --toolset $(TOOLSET) -c release -Xswiftc -Osize \
8
- --experimental-lto-mode=full -Xswiftc -experimental-hermetic-seal-at-link
+SWIFT_BUILD_FLAGS := --triple $(TRIPLE) --toolset $(TOOLSET) -c release -Xswiftc -Osize
9
OBJCOPY := llvm-objcopy
10
QEMU := qemu-system-aarch64
11
toolset.json
@@ -16,7 +16,6 @@
16
"-nostdlib",
17
"-static",
18
"--gc-sections",
19
- "--print-gc-sections",
20
"--strip-all",
21
"--orphan-handling=error",
22
"-T", "linker.ld",
0 commit comments