mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
--- src/Makefile.am.orig 2018-12-07 23:02:14 UTC
|
|
+++ src/Makefile.am
|
|
@@ -1,5 +1,6 @@
|
|
AM_CPPFLAGS = -I@top_srcdir@/include
|
|
-AM_CXXFLAGS = -g -std=c++11 -O3 -W -Wall -pedantic
|
|
+AM_CXXFLAGS = -std=c++11 -W -Wall -pedantic
|
|
+AM_LDFLAGS = $(LDFLAGS)
|
|
|
|
LDADD = libticcutils.la
|
|
|