update compile flags

This commit is contained in:
joey0320
2023-01-04 21:40:15 -08:00
parent 97bdcf09f5
commit e8a5715206

View File

@@ -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 @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 \ firtool \
--format=fir \ --format=fir \
-O=release \
--dedup \ --dedup \
--export-module-hierarchy \ --export-module-hierarchy \
--emit-metadata \ --emit-metadata \
--verify-each=false \ --verify-each=true \
--disable-annotation-classless \
--disable-annotation-unknown \
--warn-on-unprocessed-annotations \ --warn-on-unprocessed-annotations \
--verbose-pass-executions \
--mlir-timing \
--lowering-options=emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,explicitBitcast,verifLabels,locationInfoStyle=wrapInAtSquareBracket \ --lowering-options=emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,explicitBitcast,verifLabels,locationInfoStyle=wrapInAtSquareBracket \
--repl-seq-mem \ --repl-seq-mem \
--repl-seq-mem-file=$(FIRTOOL_SMEMS_CONF) \ --repl-seq-mem-file=$(FIRTOOL_SMEMS_CONF) \