aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 7ca8c6c..2ba3103 100644
--- a/makefile
+++ b/makefile
@@ -266,6 +266,7 @@ wasm-node: clean
266 -I $(SRC_PATH) \ 266 -I $(SRC_PATH) \
267 -I $(SRC_PATH)/3rdParty/lua \ 267 -I $(SRC_PATH)/3rdParty/lua \
268 -std=c++17 \ 268 -std=c++17 \
269 -DYUE_UTF8_IMPL \
269 --bind \ 270 --bind \
270 -fexceptions \ 271 -fexceptions \
271 -Wno-deprecated-declarations \ 272 -Wno-deprecated-declarations \
@@ -306,6 +307,7 @@ wasm-node: clean
306 -I $(SRC_PATH) \ 307 -I $(SRC_PATH) \
307 -I $(SRC_PATH)/3rdParty/lua \ 308 -I $(SRC_PATH)/3rdParty/lua \
308 -std=c++17 \ 309 -std=c++17 \
310 -DYUE_UTF8_IMPL \
309 --bind \ 311 --bind \
310 -fexceptions \ 312 -fexceptions \
311 -Wno-deprecated-declarations \ 313 -Wno-deprecated-declarations \
@@ -350,6 +352,7 @@ wasm: clean
350 -I $(SRC_PATH) \ 352 -I $(SRC_PATH) \
351 -I $(SRC_PATH)/3rdParty/lua \ 353 -I $(SRC_PATH)/3rdParty/lua \
352 -std=c++17 \ 354 -std=c++17 \
355 -DYUE_UTF8_IMPL \
353 --bind \ 356 --bind \
354 -fexceptions \ 357 -fexceptions \
355 -Wno-deprecated-declarations 358 -Wno-deprecated-declarations