mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ChangeLog: https://github.com/martanne/vis/blob/v0.9/CHANGELOG.md PR: 279689 Reported by: DtxdF@disroot.org (maintainer)
17 lines
424 B
Text
17 lines
424 B
Text
--- configure.orig 2024-06-11 20:47:15 UTC
|
|
+++ configure
|
|
@@ -233,14 +233,6 @@ esac
|
|
AIX) CFLAGS_STD="$CFLAGS_STD -D_ALL_SOURCE" ;;
|
|
esac
|
|
|
|
-tryflag CFLAGS -pipe
|
|
-
|
|
-# Try flags to optimize binary size
|
|
-tryflag CFLAGS -O2
|
|
-tryflag CFLAGS -ffunction-sections
|
|
-tryflag CFLAGS -fdata-sections
|
|
-tryldflag LDFLAGS_AUTO -Wl,--gc-sections
|
|
-
|
|
# Try hardening flags
|
|
tryflag CFLAGS -fPIE
|
|
tryflag CFLAGS_AUTO -fstack-protector-all
|