We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2a7de commit d662112Copy full SHA for d662112
1 file changed
src/pytest_codspeed/instruments/hooks/build.py
@@ -15,14 +15,11 @@
15
"pytest_codspeed.instruments.hooks.dist_instrument_hooks",
16
"""
17
#include "core.h"
18
- #include <quadmath.h>
19
""",
20
- libraries=["m", "quadmath"],
21
sources=[
22
"src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c",
23
],
24
include_dirs=[str(includes_dir)],
25
- extra_compile_args=["-lm", "-lcs50"],
26
)
27
28
if __name__ == "__main__":
0 commit comments