Skip to content

Commit

Permalink
-mno-array-bounds for gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
roscopeco committed Oct 8, 2024
1 parent 0b06867 commit 720eea5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MAKEFLAGS += --no-builtin-rules

FLAGS=-ffunction-sections -fdata-sections -fomit-frame-pointer \
-Wall -Wextra -Werror -Wno-unused-function -pedantic \
-g -O2 $(DEFINES)
-Wno-array-bounds -g -O2 $(DEFINES)

CFLAGS=-std=c2x -Wno-format -Iwelcome/include $(FLAGS)
CXXFLAGS=-std=c++20 -fno-exceptions -fno-rtti $(FLAGS)
Expand Down

0 comments on commit 720eea5

Please sign in to comment.