1
Fork 0

Enable debug symbols for PC port

This commit is contained in:
Joshua Goins 2022-10-03 21:43:06 -04:00
parent 733fafc0d9
commit f4c04e1ddb

View file

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