Skip to content

Commit

Permalink
build: remove -Osize because make run doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed May 3, 2024
1 parent 62870e6 commit f652657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IMG := kernel8.img

TRIPLE := aarch64-none-none-elf
SWIFT := swift
SWIFT_BUILD_FLAGS := --triple $(TRIPLE) -c release -Xswiftc -Osize \
SWIFT_BUILD_FLAGS := --triple $(TRIPLE) -c release \
--experimental-lto-mode=full -Xswiftc -experimental-hermetic-seal-at-link
LD := clang -fuse-ld=lld
LDFLAGS := -target $(TRIPLE) -nostdlib -Xlinker -gc-sections -static
Expand Down

0 comments on commit f652657

Please sign in to comment.