Commit e52ae87 1 parent ea31bd4 commit e52ae87 Copy full SHA for e52ae87
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
311
311
# --memory-init-file 0 # to avoid an external memory initialization code file (.mem)
312
312
# --preload-file resources # specify a resources folder for data compilation
313
313
# --source-map-base # allow debugging in browser with source map
314
- LDFLAGS += -sUSE_GLFW=3 -sTOTAL_MEMORY=$(BUILD_WEB_HEAP_SIZE ) -sFORCE_FILESYSTEM=1 -sGL_ENABLE_GET_PROC_ADDRESS
314
+ LDFLAGS += -sUSE_GLFW=3 -sTOTAL_MEMORY=$(BUILD_WEB_HEAP_SIZE ) -sFORCE_FILESYSTEM=1
315
315
316
316
# Build using asyncify
317
317
ifeq ($(BUILD_WEB_ASYNCIFY),TRUE)
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
258
258
# --memory-init-file 0 # to avoid an external memory initialization code file (.mem)
259
259
# --preload-file resources # specify a resources folder for data compilation
260
260
# --source-map-base # allow debugging in browser with source map
261
- LDFLAGS += -sUSE_GLFW=3 -sASYNCIFY -sEXPORTED_RUNTIME_METHODS=ccall -sGL_ENABLE_GET_PROC_ADDRESS
261
+ LDFLAGS += -sUSE_GLFW=3 -sASYNCIFY -sEXPORTED_RUNTIME_METHODS=ccall
262
262
263
263
# NOTE: Simple raylib examples are compiled to be interpreter with asyncify, that way,
264
264
# we can compile same code for ALL platforms with no change required, but, working on bigger
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
360
360
ifeq ($(RAYLIB_BUILD_MODE),DEBUG)
361
361
CFLAGS += -sASSERTIONS=1 --profiling
362
362
endif
363
- CFLAGS += -sGL_ENABLE_GET_PROC_ADDRESS
363
+ # CFLAGS += -sGL_ENABLE_GET_PROC_ADDRESS
364
364
endif
365
365
ifeq ($(PLATFORM ) ,PLATFORM_ANDROID)
366
366
# Compiler flags for arquitecture
You can’t perform that action at this time.
0 commit comments