From dea64cb746eb091c5547a96e7009b3d606a61f22 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 6 Mar 2017 18:57:08 +0100 Subject: [PATCH] host: Add "-Wall -g" CFLAGS to get compiler warnings --- host/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/host/Makefile b/host/Makefile index 09e45be1..e3b07317 100644 --- a/host/Makefile +++ b/host/Makefile @@ -1,4 +1,5 @@ LDFLAGS=`pkg-config --libs libusb-1.0 libosmocore` -losmocore +CFLAGS=-Wall -g all: simtrace2-remsim simtrace2-remsim-usb2udp