From 79c6add9fadebda756fd39738bbd299f92276288 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Thu, 8 Sep 2011 18:29:46 +0200 Subject: [PATCH] interesting --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fb8421e..b08f0a3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC = gcc -CFLAGS = -D_GNU_SOURCE= -W -Wall -O3 -std=c99 -ffast-math -LDFLAGS = $(CFLAGS) -lm -lasound +CFLAGS = -D_GNU_SOURCE=1 -W -Wall -O3 -std=c99 -ffast-math +LDFLAGS = -lm -lasound all: encode decode