2020-09-26 12:02:53 +02:00
|
|
|
(library
|
2020-12-26 01:47:55 +01:00
|
|
|
|
2020-10-09 09:47:57 +02:00
|
|
|
(name common)
|
2020-09-26 12:02:53 +02:00
|
|
|
(public_name qcaml.common)
|
2020-12-26 01:47:55 +01:00
|
|
|
(synopsis "General utilities used in all QCaml libraries.")
|
|
|
|
|
2020-09-26 12:02:53 +02:00
|
|
|
(libraries
|
2020-10-08 11:42:33 +02:00
|
|
|
str
|
2020-09-26 12:02:53 +02:00
|
|
|
zarith
|
|
|
|
getopt
|
|
|
|
)
|
2020-12-26 01:47:55 +01:00
|
|
|
|
2020-09-26 12:02:53 +02:00
|
|
|
(c_names
|
|
|
|
math_functions
|
|
|
|
)
|
2020-12-26 01:47:55 +01:00
|
|
|
(c_flags (:standard)
|
2020-09-26 12:02:53 +02:00
|
|
|
-Ofast -march=native -fPIC
|
|
|
|
)
|
2020-12-26 01:47:55 +01:00
|
|
|
|
|
|
|
)
|