From: Anton Blanchard Date: Wed, 24 Mar 2021 06:08:29 +0000 (+1100) Subject: Remove -frelaxed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ab36517ec39dcc90121d31365c70110a38142e4;p=microwatt.git Remove -frelaxed We don't appear to need this any more, so remove it. Signed-off-by: Anton Blanchard --- 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