From abdfe47e0fcc7755cd143c6515881314d07a686a Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sun, 8 Feb 2026 16:47:21 +0100 Subject: Fixed build script to make an executable suitable for debugger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d94defb..4c5a947 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CXX = g++ -CXXFLAGS = -std=c++17 -Wall -Wextra -O2 +CXXFLAGS = -std=c++17 -g -O0 -Wall -Wextra -O2 SRC = src/Game.cpp src/main.cpp OBJ = $(SRC:.cpp=.o) -- cgit v1.2.3