Disable annotations whilst rebuilding.

This commit is contained in:
Nick Clifton 2020-03-12 11:15:09 +00:00
parent 1defc985fc
commit 1a0dc72791
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ License: GPLv3+
# The problem should now only arise when rebasing to a new major version
# of gcc, in which case the undefine below can be temporarily reinstated.
#
# %%undefine _annotated_build
%undefine _annotated_build
#---------------------------------------------------------------------------------