diff --git a/tests/Makefile.opts b/tests/Makefile.opts new file mode 100644 index 0000000..09ca8aa --- /dev/null +++ b/tests/Makefile.opts @@ -0,0 +1,9 @@ + +# GCC +# CXXFLAGS = -Wextra -Wall -std=gnu++11 -fno-exceptions -fno-threadsafe-statics +# EXTRA_CXXFLAGS=-g3 -O0 + +# CLANG SANITIZE +# CXX=clang +# EXTRA_CXXFLAGS=-g3 -O0 -fsanitize=memory +# LDFLAGS = -lpthread -lstdc++