Skip to content

Commit 5271299

Browse files
author
Oleg Sh
committed
Enable debug mode for emcc in makefile-emcc
1 parent 4bc2df2 commit 5271299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefile-emcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GRAPH_DIR = graph
1717
OBJ_DIR = bin/emscripten/obj
1818

1919
# Declaration of variables
20-
CXX = emcc
20+
CXX = EMCC_DEBUG=1 emcc
2121
CPPFLAGS += -std=c++17 -Wall -I. -I $(ALGORITHM_DIR) -I $(PUGIXML_DIR) -I $(REPORT_DIR) -I $(COMMON_DIR) -I $(GRAPH_DIR) -I $(LIB_DIR) -DEMSCRIPT
2222
LINKFLAGS += -s EXPORTED_FUNCTIONS='_ProcessAlgorithm' -s EXPORTED_RUNTIME_METHODS=ccall,cwrap
2323

0 commit comments

Comments
 (0)