Add warning to Makefile

This commit is contained in:
augustin64 2023-02-15 11:15:48 +01:00
parent 16a9cafc18
commit 20508558ba

View File

@ -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;
#