1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #20873 from benpicco/cpu/native-no-pedantic

makefiles/arch/native: don't be pedantic
This commit is contained in:
Marian Buschsieweke 2024-10-01 08:51:55 +00:00 committed by GitHub
commit 4b36bb6098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ export CGANNOTATE ?= cg_annotate
export GPROF ?= gprof export GPROF ?= gprof
# basic cflags: # basic cflags:
CFLAGS += -Wall -Wextra -pedantic $(CFLAGS_DBG) $(CFLAGS_OPT) CFLAGS += -Wall -Wextra $(CFLAGS_DBG) $(CFLAGS_OPT)
CFLAGS += -U_FORTIFY_SOURCE CFLAGS += -U_FORTIFY_SOURCE
CFLAGS_DBG ?= -g3 CFLAGS_DBG ?= -g3