Remove unnecessary tests.
This commit is contained in:
parent
7baf7cb799
commit
3eba6b962c
4 changed files with 62 additions and 64 deletions
|
|
@ -6,7 +6,6 @@
|
|||
#
|
||||
|
||||
CXX = g++
|
||||
CXXFLAGS = -DHAVE_SSTREAM
|
||||
CPPFLAGS = -Wall -O2 #-g #-O2
|
||||
LDFLAGS =
|
||||
COMPILE = $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c
|
||||
|
|
|
|||
Reference in a new issue