We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-lm
1 parent 03df220 commit 9a08a8dCopy full SHA for 9a08a8d
scripts/build_codeql_language.py
@@ -18,7 +18,7 @@ def main():
18
19
20
def build_c(path: Path) -> List[str]:
21
- return ["gcc", "-o", path.stem, path.name]
+ return ["gcc", "-o", path.stem, "-lm", path.name]
22
23
24
def build_cpp(path: Path) -> List[str]:
0 commit comments