From f4c04e1ddb734d7ea26c8e9f6c910ed8518a4dfb Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 3 Oct 2022 21:43:06 -0400 Subject: [PATCH] Enable debug symbols for PC port --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfac1e8..d620f92 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ endif # OPT_FLAGS - for ports ifeq ($(TARGET_N64),0) - OPT_FLAGS := -O2 + OPT_FLAGS := -O2 -g ifeq ($(TARGET_WEB),1) OPT_FLAGS += -g4 --source-map-base http://localhost:8080/ endif