Skip to content

Commit d662112

Browse files
committed
wip: test without libraries
1 parent 2a2a7de commit d662112

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • src/pytest_codspeed/instruments/hooks

src/pytest_codspeed/instruments/hooks/build.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@
1515
"pytest_codspeed.instruments.hooks.dist_instrument_hooks",
1616
"""
1717
#include "core.h"
18-
#include <quadmath.h>
1918
""",
20-
libraries=["m", "quadmath"],
2119
sources=[
2220
"src/pytest_codspeed/instruments/hooks/instrument-hooks/dist/core.c",
2321
],
2422
include_dirs=[str(includes_dir)],
25-
extra_compile_args=["-lm", "-lcs50"],
2623
)
2724

2825
if __name__ == "__main__":

0 commit comments

Comments
 (0)