mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
12 lines
406 B
Text
12 lines
406 B
Text
--- Makefile.orig 2017-01-31 18:17:02 UTC
|
|
+++ Makefile
|
|
@@ -1,8 +1,7 @@
|
|
# multicat Makefile
|
|
|
|
VERSION = 2.2
|
|
-CFLAGS += -Wall -Wformat-security -O3 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_ISOC99_SOURCE -D_BSD_SOURCE
|
|
-CFLAGS += -g
|
|
+CFLAGS += -Wall -Wformat-security -D_FILE_OFFSET_BITS=64 -D_ISOC99_SOURCE -D_BSD_SOURCE
|
|
# Comment out the following line for Mac OS X build
|
|
LDLIBS += -lrt -pthread
|
|
|