diff options
| author | Ray <[email protected]> | 2022-08-02 09:59:12 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-02 09:59:12 +0200 |
| commit | d68ddda766fb5330619fa1b3ba25eab621f07c0a (patch) | |
| tree | f4849c1e7ff911ebfd721ef68e9339f692ad8aed /src/Makefile | |
| parent | 24e6bf0565b2e083cdb26aa5e33f58ec3016073f (diff) | |
| download | raylib-d68ddda766fb5330619fa1b3ba25eab621f07c0a.tar.gz raylib-d68ddda766fb5330619fa1b3ba25eab621f07c0a.zip | |
Added note for multi-threading web compilation
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
