mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-19 04:22:21 +01:00
21 lines
253 B
Plaintext
21 lines
253 B
Plaintext
(library
|
|
|
|
(name common)
|
|
(public_name qcaml.common)
|
|
(synopsis "General utilities used in all QCaml libraries.")
|
|
|
|
(libraries
|
|
str
|
|
zarith
|
|
getopt
|
|
)
|
|
|
|
(c_names
|
|
util
|
|
)
|
|
(c_flags (:standard)
|
|
-Ofast -march=native -fPIC
|
|
)
|
|
|
|
)
|