mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 11:28:17 +00:00
Added compiler flag...
...to avoid issue on Arch Linux
This commit is contained in:
@@ -103,7 +103,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
|||||||
CFLAGS = -O2 -s -Wall -std=c99
|
CFLAGS = -O2 -s -Wall -std=c99
|
||||||
endif
|
endif
|
||||||
ifeq ($(PLATFORM_OS),LINUX)
|
ifeq ($(PLATFORM_OS),LINUX)
|
||||||
CFLAGS = -O2 -s -Wall -std=c99 -D_DEFAULT_SOURCE
|
CFLAGS = -O2 -s -Wall -std=c99 -no-pie -D_DEFAULT_SOURCE
|
||||||
endif
|
endif
|
||||||
ifeq ($(PLATFORM_OS),OSX)
|
ifeq ($(PLATFORM_OS),OSX)
|
||||||
CFLAGS = -O2 -s -Wall -std=c99
|
CFLAGS = -O2 -s -Wall -std=c99
|
||||||
|
Reference in New Issue
Block a user