Skip to content

Commit 0590877

Browse files
committed
Remove GCC warning workaround that won't work on older GCC versions
1 parent 1076ddd commit 0590877

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

GNUmakefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ override CFLAGS += \
7070
-ffunction-sections \
7171
-fdata-sections
7272

73-
74-
ifeq ($(CC_IS_CLANG),0)
75-
override CFLAGS += --param=min-pagesize=0
76-
endif
77-
7873
# Internal C preprocessor flags that should not be changed by the user.
7974
override CPPFLAGS := \
8075
-I src \

0 commit comments

Comments
 (0)