We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68c03c commit 0554283Copy full SHA for 0554283
CMakeLists.txt
@@ -87,7 +87,8 @@ if (PATHFINDER_BUILD_DEMO)
87
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s USE_GLFW=3 -s USE_WEBGL2=1 -s FULL_ES3=1")
88
89
# For debugging. Enable this to obtain detailed call stack.
90
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -gsource-map -s ASSERTIONS=2 -s SAFE_HEAP=1 -s STACK_OVERFLOW_CHECK=1 -s NO_DISABLE_EXCEPTION_CATCHING --source-map-base http://127.0.0.1:8000/")
+ # Note: this will affect performance.
91
+ # set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -gsource-map -s ASSERTIONS=2 -s SAFE_HEAP=1 -s STACK_OVERFLOW_CHECK=1 -s NO_DISABLE_EXCEPTION_CATCHING --source-map-base http://127.0.0.1:8000/")
92
93
add_subdirectory(demo/web)
94
endif ()
0 commit comments