1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-03 20:12:55 +00:00

Remove -frelaxed

We don't appear to need this any more, so remove it.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard
2021-03-24 17:08:29 +11:00
committed by Anton Blanchard
parent 561d6af6f0
commit 4ab36517ec

View File

@@ -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