Skip to content
Snippets Groups Projects
Commit 2ccdb998 authored by gback's avatar gback
Browse files

added UBSAN to LDFLAGS

parent 2788a57e
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@
# Note that this defines NDEBUG, which removes all assert()s from your code
CFLAGS=-pthread -Wall -O3 -Werror -Wmissing-prototypes -fopenmp -DNDEBUG
LDFLAGS=-pthread
# for debugging, you may use these
# for debugging, you may use these 2
#LDFLAGS=-pthread -fsanitize=undefined
#CFLAGS=-Wall -O0 -g -Werror -Wmissing-prototypes -fopenmp -fsanitize=undefined
OBJ=threadpool.o list.o threadpool_lib.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment