Skip to content

Commit

Permalink
make SConstruct compatible to py3
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeExceed committed Jun 14, 2022
1 parent 40d3923 commit 05aa32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def compileAndJar(env, dstJar, srcDir, **kwargs):
env.AddMethod(compileAndJar)

flags = {
'CFLAGS': [],
'CFLAGS': [],
'CXXFLAGS': [], #'--std=c++11'
'CCFLAGS': ['-Wall', '-Wfloat-equal',
'-O0', '--coverage', '-fsanitize=address', '-fvar-tracking-assignments',
Expand Down

0 comments on commit 05aa32c

Please sign in to comment.