From 4ab36517ec39dcc90121d31365c70110a38142e4 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Wed, 24 Mar 2021 17:08:29 +1100 Subject: [PATCH] Remove -frelaxed We don't appear to need this any more, so remove it. Signed-off-by: Anton Blanchard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a7aafd..9349d83 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GHDL ?= ghdl -GHDLFLAGS=--std=08 -frelaxed +GHDLFLAGS=--std=08 CFLAGS=-O3 -Wall VERILATOR_FLAGS=-O3 # It takes forever to build with optimisation, so disable by default