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:
commit
4b36bb6098
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user