Skip to content

Commit

Permalink
Removed manual selection of mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensmiers committed Mar 26, 2015
1 parent 475de0b commit 1838f4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ MEMORY_MANAGER?=0
MEMORY_MANAGER_PROFILING?=0
TUN?=0
TAP?=0
UNIT_TEST?=0

#IPv6 related
IPV6?=1
Expand All @@ -56,10 +55,6 @@ CFLAGS+= -Wconversion
# request from Toon
CFLAGS+= -Wcast-align

ifeq ($(UNIT_TEST),1)
CFLAGS+=-DUNIT_TEST
endif

ifeq ($(DEBUG),1)
CFLAGS+=-ggdb
else
Expand Down

0 comments on commit 1838f4a

Please sign in to comment.