This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
23
unikernel/duniverse/mirage-crypto/ec/dune
Normal file
23
unikernel/duniverse/mirage-crypto/ec/dune
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
(library
|
||||
(name mirage_crypto_ec)
|
||||
(public_name mirage-crypto-ec)
|
||||
(libraries eqaf mirage-crypto-rng digestif)
|
||||
(foreign_stubs
|
||||
(language c)
|
||||
(names p256_stubs np256_stubs p384_stubs np384_stubs p521_stubs np521_stubs
|
||||
curve25519_stubs)
|
||||
(include_dirs ../src/native)
|
||||
(flags
|
||||
(:standard -DNDEBUG)
|
||||
(:include cflags_optimized.sexp))))
|
||||
|
||||
(env
|
||||
(dev
|
||||
(c_flags (:include cflags_warn.sexp))))
|
||||
|
||||
(include_subdirs unqualified)
|
||||
|
||||
(rule
|
||||
(targets cflags_optimized.sexp cflags_warn.sexp)
|
||||
(action
|
||||
(run ../config/cfg.exe)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue