We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb78091 commit c0650fdCopy full SHA for c0650fd
cppygen/__main__.py
@@ -67,7 +67,6 @@ def run():
67
68
flags.extend([i for i in (args.flags or "").split(";")])
69
flags.extend([f"-I{i}" for i in (args.include_directories or "").split(";")])
70
- print(flags)
71
72
for i in sources:
73
cppygen.parse_from_file(i, lang="cpp", flags=configs.get("flags") or [])
0 commit comments