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

Merge pull request #345 from LudwigOrtmann/native_cflags_ng

add -Wextra -pedantic to native CFLAGS
This commit is contained in:
Oleg Hahm 2013-11-22 18:37:20 -08:00
commit eb264b78f8

View File

@ -5,7 +5,7 @@ export CPU = native
export PREFIX =
#export CC = @$(PREFIX)gcc
export AR = @$(PREFIX)ar
export CFLAGS += -std=gnu99 -Wall -m32
export CFLAGS += -std=gnu99 -Wall -Wextra -pedantic -m32
export ASFLAGS =
export AS = $(PREFIX)as
export LINK = $(PREFIX)gcc