Commit f5c9feb6 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Implemented a bunch of optimizatons

parent cc8d1ce3
......@@ -2,7 +2,7 @@ LD := gcc
CC := clang
CFLAGS := -O3
LDFLAGS := -nostartfiles
BFFLAGS :=
BFFLAGS := -o
BFILES := $(patsubst %.b,%,$(wildcard *.b))
.PHONY: check clean
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment