You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
[Moved over from Mandel.CDT issue 50]
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.
The text was updated successfully, but these errors were encountered: