Searched defs:CompileOptions (Results 1 – 1 of 1) sorted by relevance
29 struct CompileOptions { struct30 std::string output_path;31 Maybe<std::string> source_path;32 Maybe<std::string> res_dir;33 Maybe<std::string> res_zip;34 Maybe<std::string> generate_text_symbols_path;35 Maybe<Visibility::Level> visibility;36 bool pseudolocalize = false;37 bool no_png_crunch = false;38 bool legacy_mode = false;[all …]