Skip to content

Commit 911c848

Browse files
Move -lm to libraries
1 parent e5ed41e commit 911c848

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

ceedling/mixins/unix.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,9 @@
6767
:reports:
6868
- SonarQube
6969

70-
:tools_release_linker:
71-
:arguments:
72-
- -lm
73-
:tools_test_linker:
74-
:arguments:
75-
- -lm
76-
:tools_gcov_linker:
77-
:arguments:
78-
- -lm
70+
:libraries:
71+
:system:
72+
- m
7973

8074
:flags:
8175
:release:

0 commit comments

Comments
 (0)