diff --git a/Makefile b/Makefile index 00d561e..68221ae 100644 --- a/Makefile +++ b/Makefile @@ -242,7 +242,7 @@ $(BIN_NAME): $(BIN_OBJS) ##### Public rules ##### all: CPPFLAGS += -DNDEBUG -all: shared static tools +all: shared tools # Run with ASAN_OPTIONS="protect_shadow_gap=0" to avoid CUDA OOM errors debug: CFLAGS += -pedantic -fsanitize=undefined -fno-omit-frame-pointer -fno-common -fsanitize=address @@ -274,7 +274,6 @@ install: all # Install header files $(INSTALL) -m 644 $(LIB_INCS) $(DESTDIR)$(includedir) # Install library files - $(INSTALL) -m 644 $(LIB_STATIC) $(DESTDIR)$(libdir) $(INSTALL) -m 755 $(LIB_SHARED) $(DESTDIR)$(libdir) $(LN) -sf $(LIB_SONAME) $(DESTDIR)$(libdir)/$(LIB_SYMLINK) ifeq ($(WITH_NVCGO), yes)