summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2018-05-12 12:39:02 +0200
committerGitHub <[email protected]>2018-05-12 12:39:02 +0200
commita09d6fd428d4ee82dd7723625285660e25a902e1 (patch)
tree0dfab922e6edffbb525b76cce76691d4fe56b76a /examples/Makefile
parent2d6fb5c628068757387525e190c3afdbe33ae9c6 (diff)
parentc1b9104d54814b4084e0d7b113918a6d014e807e (diff)
downloadraylib-a09d6fd428d4ee82dd7723625285660e25a902e1.tar.gz
raylib-a09d6fd428d4ee82dd7723625285660e25a902e1.zip
Merge pull request #542 from a3f/no-no-pie
Makefile: Remove unnecessary -no-pie for older GCC support
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index d283e807..64cec3d1 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -215,7 +215,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
#CC = clang
endif
ifeq ($(RAYLIB_LIBTYPE),STATIC)
- CFLAGS += -no-pie -D_DEFAULT_SOURCE
+ CFLAGS += -D_DEFAULT_SOURCE
endif
ifeq ($(RAYLIB_LIBTYPE),SHARED)
# Explicitly enable runtime link to libraylib.so