diff options
| author | Ray <[email protected]> | 2024-02-05 21:38:13 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-02-05 21:38:13 +0100 |
| commit | e52ae870f297961b9ac23d2e6eca4937a24ac6c0 (patch) | |
| tree | 5185256b2499896c949610c909a985dbbb5555cb /src | |
| parent | ea31bd47e5135680d5cc0f29800372cf8cfeb49a (diff) | |
| download | raylib-e52ae870f297961b9ac23d2e6eca4937a24ac6c0.tar.gz raylib-e52ae870f297961b9ac23d2e6eca4937a24ac6c0.zip | |
Reverted Makefile `GL_ENABLE_GET_PROC_ADDRESS` #3713
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 34e2b574..f38257b0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -360,7 +360,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB) ifeq ($(RAYLIB_BUILD_MODE),DEBUG) CFLAGS += -sASSERTIONS=1 --profiling endif - CFLAGS += -sGL_ENABLE_GET_PROC_ADDRESS + #CFLAGS += -sGL_ENABLE_GET_PROC_ADDRESS endif ifeq ($(PLATFORM),PLATFORM_ANDROID) # Compiler flags for arquitecture |
