Makefile: Add -Wall to generate more compiler warnings

This commit is contained in:
Harald Welte 2015-08-20 22:31:50 +02:00
parent 22f0122275
commit 78dd5d7266

View File

@ -5,7 +5,7 @@ all: gps-sdr-sim
SHELL=/bin/bash
CC=gcc
CFLAGS=-fopenmp -O3
CFLAGS=-fopenmp -O3 -Wall
LDFLAGS=-lm -fopenmp
gps-sdr-sim: gpssim.o