Brandy implements Basic V, the dialect of Basic that Acorn Computers supplied with their ranges of desktop computers that use the ARM processor such as the Archimedes and RiscPC. Basic V is an extended version of BBC Basic. This was the Basic used on the BBC Micro that Acorn made during the early 1980s. OK benoit@, juanfra@
13 lines
291 B
Plaintext
13 lines
291 B
Plaintext
$OpenBSD: patch-makefile_text,v 1.1.1.1 2017/03/19 21:49:31 fcambus Exp $
|
|
--- makefile.text.orig Thu Jun 27 14:56:55 2013
|
|
+++ makefile.text Tue Mar 14 22:53:59 2017
|
|
@@ -3,7 +3,7 @@
|
|
CC = gcc
|
|
LD = gcc
|
|
|
|
-CFLAGS += -g -DDEBUG -DNO_SDL
|
|
+CFLAGS += -DNO_SDL
|
|
CFLAGS2 = -O2 -DNO_SDL
|
|
|
|
LDFLAGS =
|