You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/04/19 11:13:29 UTC

[GitHub] [couchdb-glazier] big-r81 commented on a diff in pull request #15: Simplified build chain and updated build scripts to VS 2022

big-r81 commented on code in PR #15:
URL: https://github.com/apache/couchdb-glazier/pull/15#discussion_r852917445


##########
moz/sm-opt:
##########
@@ -0,0 +1,24 @@
+# Build only the JS shell
+ac_add_options --enable-application=js
+
+# Enable optimization for speed
+ac_add_options --enable-optimize
+
+# Disable debug checks to better match a release build of Firefox.
+ac_add_options --disable-debug
+
+ac_add_options --disable-ctypes
+ac_add_options --disable-jit
+ac_add_options --disable-jemalloc
+ac_add_options --enable-hardening
+ac_add_options --with-intl-api
+ac_add_options --build-backends=RecursiveMake
+#ac_add_options --with-system-icu

Review Comment:
   The "problem" with using `--with-system-icu` is, that it want to use PKG_CONFIG chain - even in windows. I don't know how to prevent this under windows...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org