From e8a571520607d4b0e05f23e26e3238e2bbc469af Mon Sep 17 00:00:00 2001 From: joey0320 Date: Wed, 4 Jan 2023 21:40:15 -0800 Subject: [PATCH] update compile flags --- common.mk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/common.mk b/common.mk index fbe92737..5bc58409 100644 --- a/common.mk +++ b/common.mk @@ -184,14 +184,13 @@ endif @if [ "$(SFC_LEVEL)" = low ]; then cat /tmp/unnec-anno-deleted.sfc.anno.json > $(SFC_ANNO_FILE) && rm /tmp/unnec-anno-deleted.sfc.anno.json; fi firtool \ --format=fir \ - -O=release \ --dedup \ --export-module-hierarchy \ --emit-metadata \ - --verify-each=false \ - --disable-annotation-classless \ - --disable-annotation-unknown \ + --verify-each=true \ --warn-on-unprocessed-annotations \ + --verbose-pass-executions \ + --mlir-timing \ --lowering-options=emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,explicitBitcast,verifLabels,locationInfoStyle=wrapInAtSquareBracket \ --repl-seq-mem \ --repl-seq-mem-file=$(FIRTOOL_SMEMS_CONF) \