From 020186009cc0f4a92296d70f66cf1bc2cb22bfec Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 12 Jul 2017 21:57:58 +0200 Subject: VIRT-PHY: Remove non-overridable CFLAGS "-g -O0" If the user wants debugging / no optimziation, they can always pass the related CFLAGS at ./configure time, there's no nee to have them hard-coded in the actual Makefiles. Change-Id: I6a2b30f946579bbd49bf66c4f59d160a975a1b56 --- src/host/virt_phy/Makefile.am | 2 -- src/host/virt_phy/src/Makefile.am | 2 -- 2 files changed, 4 deletions(-) (limited to 'src/host/virt_phy') diff --git a/src/host/virt_phy/Makefile.am b/src/host/virt_phy/Makefile.am index 57b4571a..38bdf12e 100644 --- a/src/host/virt_phy/Makefile.am +++ b/src/host/virt_phy/Makefile.am @@ -1,4 +1,2 @@ SUBDIRS = src dist_doc_DATA = README - -CFLAGS = "-g -O0" \ No newline at end of file diff --git a/src/host/virt_phy/src/Makefile.am b/src/host/virt_phy/src/Makefile.am index 6628bce9..caaec04d 100644 --- a/src/host/virt_phy/src/Makefile.am +++ b/src/host/virt_phy/src/Makefile.am @@ -1,8 +1,6 @@ AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_srcdir)/../layer23/include -CFLAGS = "-g -O0" - sbin_PROGRAMS = virtphy virtphy_SOURCES = virtphy.c l1ctl_sock.c gsmtapl1_if.c l1ctl_sap.c virt_prim_pm.c virt_prim_fbsb.c virt_prim_rach.c virt_prim_data.c virt_prim_traffic.c virt_l1_sched_simple.c logging.c virt_l1_model.c shared/virtual_um.c shared/osmo_mcast_sock.c shared/common_util.c virtphy_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) -- cgit v1.2.3