diff options
Diffstat (limited to 'libloragw/Makefile')
-rw-r--r-- | libloragw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libloragw/Makefile b/libloragw/Makefile index 38d2fae..6c004f1 100644 --- a/libloragw/Makefile +++ b/libloragw/Makefile @@ -3,8 +3,8 @@ include library.cfg # constant symbols CC=gcc -CFLAGS=-O2 -Iinc -I. -C99FLAGS=-O2 -std=c99 -Iinc -I. +CFLAGS=-O2 -Wall -Wextra -Iinc -I. +C99FLAGS=-O2 -Wall -Wextra -std=c99 -Iinc -I. # configuration-dependant symbols ifeq ($(LGW_PHY),native) |