aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-05-14 11:40:31 -0400
committerYour Name <you@example.com>2021-05-14 11:40:31 -0400
commit8c884838ced928d29a8436be8b2808766c5a1e53 (patch)
treef51869c128592a9d00f873f73a08df8ada49679c /configure
parent5a6248518654ec97d95d2c463e3ffb4be7bbf456 (diff)
downloadannotator-8c884838ced928d29a8436be8b2808766c5a1e53.tar.gz
annotator-8c884838ced928d29a8436be8b2808766c5a1e53.tar.bz2
annotator-8c884838ced928d29a8436be8b2808766c5a1e53.zip
Changed extension from .txt to .csv
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9d1c65c..6bc70e1 100755
--- a/configure
+++ b/configure
@@ -12,7 +12,7 @@ LIBS="libconfuse opencv4"
CFLAGS="-c -Wall -fPIC -std=c++20"
-LDFLAGS="-pthread"
+LDFLAGS=
SOURCE_DIR="src"