Rework bench without using -lm

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-10-02 16:49:27 +00:00
parent fd7ddf7814
commit 860651d02f
4 changed files with 46 additions and 91 deletions

View File

@@ -38,7 +38,6 @@ executable('glorytun', install: true,
],
dependencies: [
dependency('libsodium', version : '>=1.0.4'),
cc.find_library('m', required : false)
]
)