3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Fix gcc error, due to dict invalidation during recursion

This commit is contained in:
Eddie Hung 2019-06-20 21:55:08 -07:00
parent 54f3237720
commit 32f8014e12
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
CONFIG := clang
# CONFIG := gcc
# CONFIG := clang
CONFIG := gcc
# CONFIG := gcc-4.8
# CONFIG := afl-gcc
# CONFIG := emcc