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.
1 parent aa0e913 commit ce3e4b5Copy full SHA for ce3e4b5
Makefile
@@ -7,7 +7,7 @@ LINKER_SCRIPT := linker.ld
7
TRIPLE := aarch64-none-none-elf
8
SWIFT := swift
9
SWIFT_BUILD_FLAGS := --triple $(TRIPLE) -c release -Xswiftc -Osize \
10
- --experimental-lto-mode=full -Xswiftc -experimental-hermetic-seal-at-link
+ --experimental-lto-mode=full -Xswiftc -experimental-hermetic-seal-at-link
11
LD := clang -fuse-ld=lld
12
LDFLAGS := --target=$(TRIPLE) -nostdlib -static -Wl,--gc-sections,--print-gc-sections,--strip-all
13
OBJCOPY := llvm-objcopy
0 commit comments