mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +01:00
22 lines
252 B
Plaintext
22 lines
252 B
Plaintext
|
|
(library
|
|
(name common)
|
|
(public_name qcaml.common)
|
|
(synopsis
|
|
"Utility functions used by all the other directories."
|
|
)
|
|
(libraries
|
|
str
|
|
zarith
|
|
getopt
|
|
)
|
|
|
|
(c_names
|
|
util
|
|
)
|
|
(c_flags (:standard)
|
|
-Ofast -march=native -fPIC
|
|
)
|
|
)
|
|
|