summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile
index cc8e0e01..1557da92 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -161,9 +161,6 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),LINUX)
CFLAGS += -no-pie -D_DEFAULT_SOURCE
endif
- #ifeq ($(PLATFORM_OS),FREEBSD)
- # CFLAGS += -D_DEFAULT_SOURCE
- #endif
endif
ifeq ($(PLATFORM),PLATFORM_RPI)
CFLAGS += -std=gnu99