Jules Villard

Results 53 comments of Jules Villard

To get a dump you need to run clang with the plugin attached: ``` ./facebook-clang-plugins/clang/install/bin/clang \ -Xclang -load -Xclang facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib \ -Xclang -add-plugin -Xclang YojsonASTExporter \ -c examples/hello.c ``` To...

From what I can find on the web, `MinSizeRel` is the same as `Release` but passing `-Os` instead of `-O3`. I don't think that is desirable or that it will...