From d68ddda766fb5330619fa1b3ba25eab621f07c0a Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 2 Aug 2022 09:59:12 +0200 Subject: Added note for multi-threading web compilation --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index b19ac2e1..c03278fb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -316,6 +316,7 @@ ifneq ($(RAYLIB_CONFIG_FLAGS), NONE) endif ifeq ($(PLATFORM), PLATFORM_WEB) + # NOTE: When using multi-threading in the user code, it requires -pthread enabled CFLAGS += -std=gnu99 else CFLAGS += -std=c99 -- cgit v1.2.3