Skip to content

Commit a44e101

Browse files
authored
chore: Build openssl with -O3 (#668)
1 parent 4331762 commit a44e101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/js-compute-runtime/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ $(BUILD)/openssl-$(OPENSSL_VERSION)/token: $(BUILD)/openssl-$(OPENSSL_VERSION).t
195195
$Q patch -d $(BUILD)/openssl-$(OPENSSL_VERSION) -p1 < $(FSM_SRC)/third_party/rand.patch
196196
$Q touch $@
197197

198-
OPENSSL_OPTS := -static -no-sock -no-asm -no-ui-console -no-egd
198+
OPENSSL_OPTS := -static -no-sock -no-asm -no-ui-console -no-egd -O3
199199
OPENSSL_OPTS += -no-afalgeng -no-tests -no-stdio -no-threads
200200
OPENSSL_OPTS += -D_WASI_EMULATED_SIGNAL
201201
OPENSSL_OPTS += -D_WASI_EMULATED_PROCESS_CLOCKS

0 commit comments

Comments
 (0)