summaryrefslogtreecommitdiff
path: root/src/haversine_processor/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/haversine_processor/build.sh')
-rwxr-xr-xsrc/haversine_processor/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/haversine_processor/build.sh b/src/haversine_processor/build.sh
index 2cd5f25..73991e9 100755
--- a/src/haversine_processor/build.sh
+++ b/src/haversine_processor/build.sh
@@ -8,7 +8,7 @@ cd "$ScriptDirectory"
#- Globals
CommonCompilerFlags="-DOS_LINUX=1 -fsanitize-trap -nostdinc++"
CommonWarningFlags="-Wall -Wextra -Wconversion -Wdouble-promotion -Wno-sign-conversion -Wno-sign-compare -Wno-double-promotion -Wno-unused-but-set-variable -Wno-unused-variable -Wno-write-strings -Wno-pointer-arith -Wno-unused-parameter -Wno-unused-function"
-LinkerFlags=""
+LinkerFlags="-lm"
DebugFlags="-g -ggdb -g3"
ReleaseFlags="-O3"