summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2017-08-24 18:27:31 +0200
committerraysan5 <[email protected]>2017-08-24 18:27:31 +0200
commit93a4b5e851fba0bda4f188de21ac47ce9ad76589 (patch)
tree24090ccd4fc5c10f4648d7377894ca073af2e221 /examples
parentf78747130cdd7161a6fb883580dbcd85bfcc413d (diff)
downloadraylib-93a4b5e851fba0bda4f188de21ac47ce9ad76589.tar.gz
raylib-93a4b5e851fba0bda4f188de21ac47ce9ad76589.zip
Added compiler flag...
...to avoid issue on Arch Linux
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index c5938d36..7c6a1cea 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -103,7 +103,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
CFLAGS = -O2 -s -Wall -std=c99
endif
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
ifeq ($(PLATFORM_OS),OSX)
CFLAGS = -O2 -s -Wall -std=c99