Skip to content

Instantly share code, notes, and snippets.

@thai-ng
Created April 22, 2017 19:55
Show Gist options
  • Save thai-ng/d6994740e1039eb8cac38443e0f6f9c0 to your computer and use it in GitHub Desktop.
Save thai-ng/d6994740e1039eb8cac38443e0f6f9c0 to your computer and use it in GitHub Desktop.
CXX=emcc
all: test.html
test.html:
$(CXX) -std=c++1z -stdlib=libc++ -O3 *.cpp -o $@ --preload-file test.simp --preload-file teapot.obj -s ALLOW_MEMORY_GROWTH=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment