mirror of https://git.FreeBSD.org/ports.git
Mk/Features/stack_autoinit.mk: Fix typo
Reference: https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-ftrivial-auto-var-init Approved by: portmgr (blanket)
This commit is contained in:
parent
5931a056a6
commit
80e3e4e3cc
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
# WITH_STACK_AUTOINIT Enable for all ports.
|
||||
# WITH_STACK_AUTOINIT_PORTS Enable for specified category/port-name
|
||||
# STACK_AUTOINIT_TYPE Valid options: zero (default), pattern, unitialized
|
||||
# STACK_AUTOINIT_TYPE Valid options: zero (default), pattern, uninitialized
|
||||
#
|
||||
|
||||
.if !defined(_STACK_AUTOINIT_MK_INCLUDED)
|
||||
|
|
Loading…
Reference in New Issue