Add optimization to the Universal Machine interpreter

This commit is contained in:
Dimitri Lozeve 2021-01-12 08:22:52 +01:00
parent 9d8f825811
commit 9376de6140
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -Wall -Werror -pedantic -g
CFLAGS = -Wall -Werror -pedantic -O3
.PHONY: all
all: um