Files
ts/ts-optflags.patch

14 lines
393 B
Diff
Raw Permalink Normal View History

diff -ruN a/Makefile b/Makefile
--- a/Makefile 2017-10-18 04:17:12.863642319 -0400
+++ b/Makefile 2017-10-18 04:18:08.062359919 -0400
@@ -1,7 +1,8 @@
PREFIX?=/usr/local
GLIBCFLAGS=-D_XOPEN_SOURCE=500 -D__STRICT_ANSI__
CPPFLAGS+=$(GLIBCFLAGS)
-CFLAGS?=-pedantic -ansi -Wall -g -O0
+OPTFLAGS=-g -O0
+CFLAGS?=-pedantic -ansi -Wall $(OPTFLAGS)
OBJECTS=main.o \
server.o \
server_start.o \