diff options
| -rw-r--r-- | examples/Makefile | 2 |
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 |
