Hi folks,

I'd like to make several features optional, which I'll never need
and don't want on my systems (eg. bluetooth, webvr, ...).

I've already started w/ adding conditional compiles, but that doesn't
catch everything (and i don't like to patches w/ hard removals):

* IDL code generator currently processes all *.webidl files,
  no explicit lists that can be created on build options
* webidl doesn't have any preprocessor/conditional compile yet
* cargo seems to compile all *.rs files - no explicit lists, that
  can be made depending on features.
* some code pieces (eg. function call parameters) cant be compiled
  conditionally yet

Any ideas how I could solve this ?

thx.


--mtx
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to