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 4331762 commit a44e101Copy full SHA for a44e101
runtime/js-compute-runtime/Makefile
@@ -195,7 +195,7 @@ $(BUILD)/openssl-$(OPENSSL_VERSION)/token: $(BUILD)/openssl-$(OPENSSL_VERSION).t
195
$Q patch -d $(BUILD)/openssl-$(OPENSSL_VERSION) -p1 < $(FSM_SRC)/third_party/rand.patch
196
$Q touch $@
197
198
-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
199
OPENSSL_OPTS += -no-afalgeng -no-tests -no-stdio -no-threads
200
OPENSSL_OPTS += -D_WASI_EMULATED_SIGNAL
201
OPENSSL_OPTS += -D_WASI_EMULATED_PROCESS_CLOCKS
0 commit comments