Add optimization to the Universal Machine interpreter
This commit is contained in:
parent
9d8f825811
commit
9376de6140
2 changed files with 10 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
CC = gcc
|
||||
CFLAGS = -Wall -Werror -pedantic -g
|
||||
CFLAGS = -Wall -Werror -pedantic -O3
|
||||
|
||||
.PHONY: all
|
||||
all: um
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue