We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f922595 commit 2920cecCopy full SHA for 2920cec
CMakeLists.txt
@@ -24,6 +24,10 @@ LIST(APPEND CMAKE_MODULE_PATH "${PDO_SOURCE_ROOT}/contracts/wawaka")
24
INCLUDE(contract-build)
25
INCLUDE(wawaka_common)
26
27
+# This switch is not necessary in general. However, it is
28
+# extremely helpful for reducing the size of large contracts
29
+LIST(APPEND WASM_LINK_OPTIONS "-Wl,--strip-all")
30
+
31
LIST(APPEND WASM_LIBRARIES ${WW_COMMON_LIB})
32
LIST(APPEND WASM_INCLUDES ${WW_COMMON_INCLUDES})
33
0 commit comments