mirage / shared-memory-ring

Xen-style shared memory rings
ISC License
20 stars 12 forks source link

Don't link PPX rewriters into clients #33

Closed djs55 closed 7 years ago

djs55 commented 7 years ago

The package cstruct.ppx contains helper functions for the PPX rewriter itself. Linking this code into applications makes them larger and also brings in a dependency on compiler-libs which pollutes the global module namespace with names like Types.

See mirage/mirage-www#556

Signed-off-by: David Scott dave@recoil.org