diff options
| author | Ray <[email protected]> | 2018-05-12 12:39:02 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-05-12 12:39:02 +0200 |
| commit | a09d6fd428d4ee82dd7723625285660e25a902e1 (patch) | |
| tree | 0dfab922e6edffbb525b76cce76691d4fe56b76a /examples | |
| parent | 2d6fb5c628068757387525e190c3afdbe33ae9c6 (diff) | |
| parent | c1b9104d54814b4084e0d7b113918a6d014e807e (diff) | |
| download | raylib-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')
| -rw-r--r-- | examples/Makefile | 2 |
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 |
