ごめん
This commit is contained in:
2
Makefile
2
Makefile
@@ -44,7 +44,7 @@ all: debug
|
||||
|
||||
debug:
|
||||
${CC} ${IMPLEMENTS} -O0 -g ${CFLAGS} -o ${NAME} ${FILES} ${LDFLAGS}
|
||||
${DEBUGGER} -o "settings set target.x86-disassembly-flavor" -o run ${NAME}
|
||||
${DEBUGGER} -o "settings set target.x86-disassembly-flavor intel" -o run ${NAME}
|
||||
|
||||
develop:
|
||||
${CC} ${IMPLEMENTS} -O3 -g ${CFLAGS} -o ${NAME} ${FILES} ${LDFLAGS} ${SLIB}
|
||||
|
||||
Reference in New Issue
Block a user