diff options
| author | Ray <[email protected]> | 2022-08-28 15:48:12 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-28 15:48:12 +0200 |
| commit | 7f5567eec0f996fd849876c74508aa63b3c2e3fc (patch) | |
| tree | 269456dbe6e6695028f9820d23ec5955c41bb7ee /src/raylib.dll.rc.data | |
| parent | be2328f848d96a788f9f40f1ed302c64335d47df (diff) | |
| download | raylib-7f5567eec0f996fd849876c74508aa63b3c2e3fc.tar.gz raylib-7f5567eec0f996fd849876c74508aa63b3c2e3fc.zip | |
Reviewed GLFW compilation requirements on Linux: `_GNU_SOURCE`
Reasons to NOT define `_GNU_SOURCE`:
- access to lots of nonstandard GNU/Linux extension functions
- access to traditional functions which were omitted from the POSIX standard (often for good reason, such as being replaced with better alternatives, or being tied to particular legacy implementations)
- access to low-level functions that cannot be portable, but that you sometimes need for implementing system utilities like mount, ifconfig, etc.
- broken behavior for lots of POSIX-specified functions, where the GNU folks disagreed with the standards committee on how the functions should behave and decided to do their own thing.
Diffstat (limited to 'src/raylib.dll.rc.data')
0 files changed, 0 insertions, 0 deletions
