Skip to content

Commit

Permalink
chore: Build openssl with -O3 (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottt authored Sep 21, 2023
1 parent 4331762 commit a44e101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/js-compute-runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ $(BUILD)/openssl-$(OPENSSL_VERSION)/token: $(BUILD)/openssl-$(OPENSSL_VERSION).t
$Q patch -d $(BUILD)/openssl-$(OPENSSL_VERSION) -p1 < $(FSM_SRC)/third_party/rand.patch
$Q touch $@

OPENSSL_OPTS := -static -no-sock -no-asm -no-ui-console -no-egd
OPENSSL_OPTS := -static -no-sock -no-asm -no-ui-console -no-egd -O3
OPENSSL_OPTS += -no-afalgeng -no-tests -no-stdio -no-threads
OPENSSL_OPTS += -D_WASI_EMULATED_SIGNAL
OPENSSL_OPTS += -D_WASI_EMULATED_PROCESS_CLOCKS
Expand Down

0 comments on commit a44e101

Please sign in to comment.