Skip to content

Commit

Permalink
Comment!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien authored Feb 6, 2024
1 parent a56e107 commit 98c20e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.emscripten
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ LDFLAGS := -L. --no-heap-copy $(LIBS) -s TOTAL_STACK=$(STACK_MEMORY) -s TOTAL_ME
-lidbfs.js \
-s ERROR_ON_UNDEFINED_SYMBOLS=0 \
-s ALLOW_MEMORY_GROWTH=1 \
-s GL_ENABLE_GET_PROC_ADDRESS=1 \
--js-library emscripten/library_rwebcam.js \
--js-library emscripten/library_errno_codes.js

# -s MODULARIZE=1 -s EXPORT_ES6=1
# -s GL_ENABLE_GET_PROC_ADDRESS=1

ifneq ($(MEMORY_PADDING), 0)
LDFLAGS += -s GLOBAL_BASE=$(MEMORY_PADDING)mb
Expand Down

0 comments on commit 98c20e8

Please sign in to comment.