dune 203 B

12345678
  1. (include_subdirs no)
  2. (library
  3. (name objsize)
  4. (foreign_stubs (language c) (names c_objsize) (flags -O1 -W -Wall -Werror -fPIC))
  5. (flags :standard -warn-error -a+8)
  6. (wrapped false)
  7. (modules objsize))