mirror of
https://github.com/pnx/m16vm
synced 2026-07-02 11:33:40 +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>
|
# * MEM_SIZE=<value>
|
||||||
# Defines the memory size of the virtual machine (in bytes)
|
# 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
|
# * M16_DEBUG_INSTR
|
||||||
# Outputs the instructions executed in a human-readable format.
|
# 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
|
CC = gcc
|
||||||
CFLAGS = -Ilib/include $(EXT_CFLAGS)
|
CFLAGS = -Ilib/include $(EXT_CFLAGS)
|
||||||
LD = $(CC)
|
LD = $(CC)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue