Skip to content

Commit

Permalink
removed unecessary pthread flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ayresdl committed Sep 9, 2018
1 parent c5913b3 commit 653a8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
if test "x$enable_debug" == "xyes"; then
: ${CFLAGS="-ggdb -Wall"}
else
: ${CFLAGS=" -pthread -O3"}; CFLAGS=$CFLAGS" -DNDEBUG";
: ${CFLAGS=" -O3"}; CFLAGS=$CFLAGS" -DNDEBUG";
fi
AC_PROG_CC

Expand Down

0 comments on commit 653a8e5

Please sign in to comment.