mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move GCOV option to default NO
GNU gcov will be removed along with GCC 4.2.1 at the end of the month. Change the default to NO in preparation.
This commit is contained in:
parent
9b61ffab6b
commit
db1d8f1de4
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,6 @@ __DEFAULT_YES_OPTIONS = \
|
|||
FREEBSD_UPDATE \
|
||||
FTP \
|
||||
GAMES \
|
||||
GCOV \
|
||||
GDB \
|
||||
GNU_DIFF \
|
||||
GNU_GREP \
|
||||
|
|
@ -201,6 +200,7 @@ __DEFAULT_NO_OPTIONS = \
|
|||
EXPERIMENTAL \
|
||||
GCC \
|
||||
GCC_BOOTSTRAP \
|
||||
GCOV \
|
||||
GNUCXX \
|
||||
GNU_GREP_COMPAT \
|
||||
GPL_DTC \
|
||||
|
|
|
|||
Loading…
Reference in a new issue