Add test for Predictor
[trackerpp.git] / SConstruct
index 75897cf..414727d 100644 (file)
@@ -17,7 +17,7 @@ env.ParseConfig("pkg-config --libs opencv log4cpp")
 env.ParseConfig("python-config --cflags --libs")
 env.Append(LIBS = ['pthread', 'boost_python'])
 env['CCFLAGS'].remove('-Wstrict-prototypes') # invalid in C++
-env['CCFLAGS'].remove('-g') # invalid in C++
+env['CCFLAGS'].remove('-g') 
 
 env.Append(LIBPATH=['#.'])