Enable debug symbols for PC port
This commit is contained in:
parent
733fafc0d9
commit
f4c04e1ddb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue