summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/compiler_method_internal_deps.md
AgeCommit message (Collapse)Author
2021-02-14Set up release 0.57.Jussi Pakkanen
2020-11-24compiler: allow non-built internal dependencies as argumentsPaolo Bonzini
Allow methods on the compiler object to receive internal dependencies, as long as they only specify compiler/linker arguments or other dependencies that satisfy the same requirements. This is useful if you're using internal dependencies to add special "-D" flags such as -DNCURSES_WIDECHAR, -D_XOPEN_SOURCE_EXTENDED or -DGLIB_STATIC_COMPILATION.