bugfix: fixed invalid offset in unified format difference when difference is too large.
This commit is contained in:
@@ -11,6 +11,7 @@ def path_chomp(path):
|
||||
env = Environment(
|
||||
CPPFLAGS=['-Wall', '-O2'],
|
||||
CPPPATH=['..'],
|
||||
CXXFLAGS="-std=c++11",
|
||||
)
|
||||
|
||||
conf = Configure(env);
|
||||
|
Reference in New Issue
Block a user