mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
Makefile: remove old compile flags.
This commit is contained in:
parent
c27029001e
commit
c271fb7aaa
1 changed files with 1 additions and 7 deletions
8
Makefile
8
Makefile
|
|
@ -7,16 +7,10 @@
|
|||
# * MEM_SIZE=<value>
|
||||
# Defines the memory size of the virtual machine (in bytes)
|
||||
#
|
||||
# * M16_DEBUG_MEM
|
||||
# Prints memory after program execution.
|
||||
#
|
||||
# * M16_DEBUG_REG
|
||||
# Prints register values after program execution.
|
||||
#
|
||||
# * M16_DEBUG_INSTR
|
||||
# Outputs the instructions executed in a human-readable format.
|
||||
#
|
||||
# Example: make EXT_CFLAGS="-DM16_DEBUG_INSTR -DM16_DEBUG_MEM"
|
||||
# Example: make EXT_CFLAGS="-DM16_DEBUG_INSTR -DMEM_SIZE=512"
|
||||
CC = gcc
|
||||
CFLAGS = -Ilib/include $(EXT_CFLAGS)
|
||||
LD = $(CC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue