X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=SConstruct;h=414727d64d27f08470de4015a526f86981394f6b;hb=db369d962b595544373b417ae9a76e7268eb12fb;hp=75897cf50b174e7e49b4195d90bea76a3d3385f6;hpb=209cfd9fe0ea398b794d1d1995629a826125f035;p=trackerpp.git diff --git a/SConstruct b/SConstruct index 75897cf..414727d 100644 --- a/SConstruct +++ b/SConstruct @@ -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=['#.'])