blob: 0c3e8aa21e8d1846faa8bb8c69c3966e8c78e357 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2020-05-19 16:52:46 UTC
+++ Makefile
@@ -1,7 +1,7 @@
NAME= xpipe
OBJS= src/xpipe.o
-CFLAGS= -g -Wall -Werror -Wextra
+CFLAGS+=-Wall -Werror -Wextra
LIBS= -lm
PREFIX?=/usr/local
|