2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-12-22 17:29:27 +01:00

fix comment regarding commandline options

This commit is contained in:
Daniel Bartel 2016-05-30 20:49:06 +02:00 committed by Thomas Nagy
parent ae243dd23b
commit fb68af3544

View File

@ -39,7 +39,7 @@ def build(bld):
# embedding
#
# use swig_flags = '-c++ -python -dump_classes' for debugging
# use swig_flags = '-c++ -python -debug-classes' for debugging
obj = bld(
features = 'cxx cxxprogram pyembed',