Skip to content

Commit

Permalink
Simplify as suggested
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Sawicz <michal.sawicz@canonical.com>
  • Loading branch information
AlanGriffiths and Saviq authored Jul 20, 2023
1 parent 002a2d4 commit 3fdad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ifeq ($(USER) $(DEB_HOST_ARCH),buildd riscv64)
endif

# Disable pre-compiled headers on GCC-12 & 13
ifneq ($(shell gcc --version | grep -e '12.[[:digit:]]\+.[[:digit:]]\+$$' -e '13.[[:digit:]]\+.[[:digit:]]\+$$'),)
ifneq ($(shell gcc --version | grep '1[23].[[:digit:]]\+.[[:digit:]]\+$$'),)
COMMON_CONFIGURE_OPTIONS += -DMIR_USE_PRECOMPILED_HEADERS=OFF
endif

Expand Down

0 comments on commit 3fdad27

Please sign in to comment.