eosnetworkfoundation / mandel.cdt

Obsolete. Use https://github.com/AntelopeIO/cdt instead.
Other
7 stars 2 forks source link

[native] Extreamly slow compilation in release mode #50

Closed smlu closed 9 months ago

smlu commented 2 years ago

Compiling tests in release mode [-O3 -DNDEBUG] results in extremely slow compilation on large test sets. Adding -g cflag helps with compilation times.

For example, I have large test cases, you can see 'em here. When compiling in github actions CI with -g cflag the compilation finishes in ~1 min. Without that flag compilation runs for about an hour before the compilation is eventually killed off by the os.

arhag commented 9 months ago

Currently open issue #249 in AntelopeIO/CDT