Skip to content

Commit

Permalink
Merge pull request #20873 from benpicco/cpu/native-no-pedantic
Browse files Browse the repository at this point in the history
makefiles/arch/native: don't be pedantic
  • Loading branch information
maribu authored Oct 1, 2024
2 parents 61df141 + 5c34eea commit 4b36bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/arch/native.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export CGANNOTATE ?= cg_annotate
export GPROF ?= gprof

# basic cflags:
CFLAGS += -Wall -Wextra -pedantic $(CFLAGS_DBG) $(CFLAGS_OPT)
CFLAGS += -Wall -Wextra $(CFLAGS_DBG) $(CFLAGS_OPT)
CFLAGS += -U_FORTIFY_SOURCE
CFLAGS_DBG ?= -g3

Expand Down

0 comments on commit 4b36bb6

Please sign in to comment.