Skip to content

Commit add3d0e

Browse files
authored
Merge pull request #89 from kkebo/revert-hermetic-seal-at-link
2 parents e4c0886 + b9843bf commit add3d0e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ TOOLSET := toolset.json
44

55
TRIPLE := aarch64-none-none-elf
66
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
7+
SWIFT_BUILD_FLAGS := --triple $(TRIPLE) --toolset $(TOOLSET) -c release -Xswiftc -Osize
98
OBJCOPY := llvm-objcopy
109
QEMU := qemu-system-aarch64
1110

toolset.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"-nostdlib",
1717
"-static",
1818
"--gc-sections",
19-
"--print-gc-sections",
2019
"--strip-all",
2120
"--orphan-handling=error",
2221
"-T", "linker.ld",

0 commit comments

Comments
 (0)