forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
349 B
Makefile
12 lines
349 B
Makefile
--- config.mk.orig 2012-05-10 00:23:31.000000000 +0200
|
|
+++ config.mk 2012-05-10 00:23:55.000000000 +0200
|
|
@@ -11,7 +11,7 @@
|
|
INCS = `pkg-config --cflags libnotify`
|
|
LIBS = `pkg-config --libs libnotify`
|
|
|
|
-CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS}
|
|
-LDFLAGS = -g ${LIBS}
|
|
+CFLAGS += -std=c99 -pedantic -Wall ${INCS}
|
|
+LDFLAGS += ${LIBS}
|
|
|
|
CC? = cc
|