mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 16:19:35 +02:00
extcycle produces lots of warnings, thus add ALLOW_WARNINGS=1
git-svn-id: trunk@22374 -
This commit is contained in:
parent
fe90823b01
commit
5140bc2021
@ -697,8 +697,10 @@ endif
|
||||
cycledep:
|
||||
$(MAKE) cycle USEDEPEND=1
|
||||
|
||||
# extcycle should still work, but generates
|
||||
# lots of warnings, so ALLOW_WARNINGS=1 is required
|
||||
extcycle:
|
||||
$(MAKE) cycle OPT="$(OPT) -n -OG2p3 -glttt -CRriot -dEXTDEBUG"
|
||||
$(MAKE) cycle OPT="$(OPT) -n -OG2p3 -glttt -CRriot -dEXTDEBUG" ALLOW_WARNINGS=1
|
||||
|
||||
cvstest:
|
||||
$(MAKE) cycle 'LOCALOPT=-n -Se' 'RTLOPT=-n -Se'
|
||||
|
Loading…
Reference in New Issue
Block a user