Add hungarian file
[trackerpp.git] / SConstruct
index 4b4f63b..fa54472 100644 (file)
@@ -8,7 +8,7 @@ AddOption('--all', dest='all', action='store_true', help='Build all include test
 
 env = Environment(CXX="g++", 
                 CPPPATH=['#include'],
-                CCFLAGS=['-Wall', '-std=c++11'])
+                CCFLAGS=['-Wall', '-std=c++11', '-O2'])
 
 env.Append(LIBS = ['tracker'])
 env.ParseConfig("pkg-config --libs opencv log4cpp")