Skip to content

Commit 47bce2e

Browse files
authored
Pass cflags to subclass (#144)
1 parent ec207ef commit 47bce2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pygccxml/parser/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ def __init__(
282282
include_paths=include_paths,
283283
define_symbols=define_symbols,
284284
undefine_symbols=undefine_symbols,
285+
cflags=cflags,
285286
ccflags=ccflags,
286287
compiler=compiler,
287288
xml_generator=xml_generator,

0 commit comments

Comments
 (0)