Fix interpreter portability

This commit is contained in:
2016-12-24 22:42:21 +01:00
parent b846a7a0ea
commit a4390d38b5
2 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
CC = c99
CFLAGS = -O3
CFLAGS = -std=gnu99 -O3
NAMES = bf bf-faster-loops bf-optimizing \
bf-jit bf-jit-opt bf-jit-unsafe bf-jit-unsafe-opt