Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If compiled with -O0, gcc doesn't do any stack frame coalescing and -Wframe-larger-than=1024 is triggered in debug mode. Starting with gcc 4.8, new opt level -Og is introduced for debugging, which does not trigger this warning. Issue openzfs#4799 Signed-off-by: Gvozden Neskovic <[email protected]>
- Loading branch information