Skip to content

Commit

Permalink
kern/build: Remove -Wl,-O1 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jul 3, 2024
1 parent e49cf80 commit af96676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $(eval $(call DEFAULT_VAR,KCPPFLAGS,$(DEFAULT_KCPPFLAGS)))
override DEFAULT_KVFLAGS :=
$(eval $(call DEFAULT_VAR,KVFLAGS,$(DEFAULT_KVFLAGS)))

override DEFAULT_KLDFLAGS := -Wl,-O1
override DEFAULT_KLDFLAGS :=
$(eval $(call DEFAULT_VAR,KLDFLAGS,$(DEFAULT_KLDFLAGS)))

VINIX_PROD ?=
Expand Down

0 comments on commit af96676

Please sign in to comment.