diff --git a/Makefile b/Makefile index 9abd1adb..e91ef010 100644 --- a/Makefile +++ b/Makefile @@ -163,6 +163,7 @@ ifneq ($(NO_WARN_FAIL),1) endif CFLAGS_linux += -ggdb CFLAGS_linux += -DFFMPEG_DECODING +LFLAGS_linux += -pthread -lm # for now enable extensive error checking # Add flags for extensive error checking if NO_SANITIZERS is not set to 1