Commit 332c81bb authored by Christophe Massiot's avatar Christophe Massiot

Now using gcc -pipe.

parent 4c53a66f
...@@ -184,6 +184,7 @@ LIB += -L/usr/local/lib @LIB@ ...@@ -184,6 +184,7 @@ LIB += -L/usr/local/lib @LIB@
DEFINE += @DEFINE@ DEFINE += @DEFINE@
CFLAGS += $(DEFINE) $(INCLUDE) CFLAGS += $(DEFINE) $(INCLUDE)
CFLAGS += -Wall -Winline CFLAGS += -Wall -Winline
CFLAGS += -pipe
CFLAGS += -D_REENTRANT CFLAGS += -D_REENTRANT
CFLAGS += -D_GNU_SOURCE CFLAGS += -D_GNU_SOURCE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment