mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
PR: 223775 Submitted by: Patrice Clement <monsieurp@gentoo.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13208
11 lines
323 B
Text
11 lines
323 B
Text
--- src/Makefile.am.orig 2017-11-23 08:02:07 UTC
|
|
+++ src/Makefile.am
|
|
@@ -15,7 +15,7 @@
|
|
# limitations under the License.
|
|
|
|
# http://mij.oltrelinux.com/devel/autoconf-automake/
|
|
-AM_CFLAGS = --pedantic -Wall -std=c99 -O2
|
|
+AM_CFLAGS = --pedantic -Wall -std=c99
|
|
AM_LDFLAGS =
|
|
|
|
# bin_ installs to bin; hh_ is the binary name
|