From 181def87de448acebc1537a546027625aec7bbea Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sun, 26 Apr 2020 17:46:48 +0200 Subject: [PATCH] Might as well add a 'use make.sh' notice here too --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 3dd073f..c9d8b6d 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,9 @@ endif $(FNAME_$(TARGET)): $(SOURCES) $(XFILES) $(CXX) $^ -std=c++98 $(CFLAGS_G) $(MOREFLAGS) $(CPPFLAGS) $(CFLAGS) $(CXXFLAGS) $(LFLAGS) -o$@ +ifeq ($(CFLAGS),-g) + echo 'Compiled Floating IPS in debug mode; for better performance, use ./make.sh instead' +endif ifeq ($(TARGET),gtk) install: