Skip to content

Commit

Permalink
Merge pull request #242 from pepe82sh/FixNoSanitizers
Browse files Browse the repository at this point in the history
Link libraries explicitly
  • Loading branch information
SciLor authored Nov 20, 2024
2 parents 516cd3a + 72db896 commit 5817bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,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
Expand Down

0 comments on commit 5817bb7

Please sign in to comment.