|
|
@ -11,8 +11,7 @@ raylib is configurable and can be built in a variety of ways. Following is a lis |
|
|
|
|:-----------------------------:|:-----------------------------------------------------:|:------------:| |
|
|
|
|`USE_WAYLAND` | Use Wayland for window creation | `OFF`| |
|
|
|
|`WITH_PIC` | Compile static library as position-independent code | `OFF`| |
|
|
|
|`SHARED` | Build raylib as a dynamic library | `OFF`| |
|
|
|
|`STATIC` | Build raylib as a static library | `ON`| |
|
|
|
|`BUILD_SHARED_LIBS` | Build raylib as a dynamic or static library | `OFF`| |
|
|
|
|`MACOS_FATLIB` | Build fat library for both i386 and x86_64 on macOS | `ON`| |
|
|
|
|`USE_AUDIO` | Build raylib with audio module | `ON`| |
|
|
|
|`SUPPORT_BUSY_WAIT_LOOP` | Use busy wait loop for timing sync instead of a high-resolution timer | `ON`| |
|
|
|