デバッガーの修正

This commit is contained in:
2026-01-21 23:18:58 +09:00
parent 70facb3bc9
commit c4bceceb76

View File

@@ -43,7 +43,7 @@ all: debug
debug:
${CC} ${IMPLEMENTS} -O0 -g ${CFLAGS} -o ${NAME} ${FILES} ${LDFLAGS}
${DEBUGGER} -o run ${NAME}
${DEBUGGER} -o "settings set target.x86-disassembly-flavor" -o run ${NAME}
develop:
${CC} ${IMPLEMENTS} -O3 -g ${CFLAGS} -o ${NAME} ${FILES} ${LDFLAGS} ${SLIB}