var searchIndex = {}; searchIndex["gcc"] = {"doc":"A library for build scripts to compile custom C code","items":[[3,"Config","gcc","Extra configuration to pass to gcc.",null,null],[5,"compile_library","","Compile a library from the given set of input C files.",null,null],[0,"windows_registry","","A helper module to probe the Windows Registry when looking for\nwindows-specific tools.",null,null],[5,"find","gcc::windows_registry","Documented above.",null,{"inputs":[{"name":"str"},{"name":"str"}],"output":{"name":"option"}}],[11,"new","gcc","Construct a new instance of a blank set of configuration.",0,{"inputs":[],"output":{"name":"config"}}],[11,"include","","Add a directory to the `-I` or include path for headers",0,null],[11,"define","","Specify a `-D` variable with an optional value.",0,null],[11,"object","","Add an arbitrary object file to link in",0,null],[11,"flag","","Add an arbitrary flag to the invocation of the compiler",0,null],[11,"file","","Add a file which will be compiled",0,null],[11,"cpp","","Set C++ support.",0,null],[11,"cpp_link_stdlib","","Set the standard library to link against when compiling with C++\nsupport.",0,null],[11,"cpp_set_stdlib","","Force the C++ compiler to use the specified standard library.",0,null],[11,"target","","Configures the target this configuration will be compiling for.",0,null],[11,"host","","Configures the host assumed by this configuration.",0,null],[11,"opt_level","","Configures the optimization level of the generated object files.",0,null],[11,"debug","","Configures whether the compiler will emit debug information when\ngenerating object files.",0,null],[11,"out_dir","","Configures the output directory where all object files and static\nlibraries will be located.",0,null],[11,"compiler","","Configures the compiler to be used to produce output.",0,null],[11,"archiver","","Configures the tool used to assemble archives.",0,null],[11,"cargo_metadata","","Define whether metadata should be emitted for cargo allowing it to\nautomatically link the binary. Defaults to `true`.",0,null],[11,"compile","","Run the compiler, generating the file `output`",0,null]],"paths":[[3,"Config"]]}; initSearch(searchIndex);