mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
- Rearrange Makefile to closer follow Porters Handbook - Remove hardcoded O2 optimization Release notes: https://github.com/sass/libsass/releases/tag/3.6.6 PR: 275948
10 lines
265 B
Text
10 lines
265 B
Text
--- GNUmakefile.am.orig 2023-12-21 08:30:51 UTC
|
|
+++ GNUmakefile.am
|
|
@@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 -I script
|
|
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 -I script
|
|
|
|
-AM_COPT = -Wall -O2
|
|
+AM_COPT = -Wall
|
|
AM_COVLDFLAGS =
|
|
|
|
if ENABLE_COVERAGE
|