From 20508558bacf31aa019f231079fa0fc066b5e65d Mon Sep 17 00:00:00 2001 From: augustin64 Date: Wed, 15 Feb 2023 11:15:48 +0100 Subject: [PATCH] Add warning to Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index de4d738..f2fb2db 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ NVCCFLAGS = -g # -g # See memory leaks and Incorrect Read/Write # -fsanitize=address -lasan +#! WARNING: test/cnn-neuron_io fails with this option enabled all: mnist cnn; #