jorisvandenbossche commented on code in PR #37821:
URL: https://github.com/apache/arrow/pull/37821#discussion_r1335798474


##########
cpp/CMakePresets.json:
##########
@@ -46,6 +46,32 @@
         "CMAKE_BUILD_TYPE": "RelWithDebInfo"
       }
     },
+    {
+      "name": "emscripten-overrides",
+      "hidden": true,
+      "cacheVariables": {
+        "ARROW_BUILD_SHARED": "OFF",
+        "ARROW_BUILD_STATIC": "ON",
+        "ARROW_BUILD_TESTS": "OFF",
+        "ARROW_ENABLE_THREADING": "OFF",
+        "ARROW_CUDA": "OFF",
+        "ARROW_MIMALLOC": "OFF",
+        "ARROW_JEMALLOC": "OFF",
+        "ARROW_S3": "OFF",
+        "ARROW_DEPENDENCY_SOURCE": "BUNDLED",
+        "ZLIB_SOURCE": "SYSTEM",
+        "ARROW_IPC": "OFF",

Review Comment:
   IPC is not only used for network functionality (I see you mentioned below 
that "``ARROW_IPC`` and anything else that uses network probably won't work."), 
so this can be enabled by default? Then, for example, reading an Arrow IPC file 
should work.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to