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
I have a small example here (buck2_example) where I try to use buck2 mode during build.
I run it using buck2 run @mode/opt //:main, but I'm getting this error:
thread 'main' has overflowed its stack
fatal runtime error: stack overflow
[1] 10198 abort buck2 run @mode/opt //:main
Could you help ?
For more context what I would like to achieve is to be able to invoke buck2 build with different compilers and compiler flags (and probably also different cpu architectures). Could you advice on the best practices for it ? From the official documentation is not quite described or at least I could not found it.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
I have a small example here (buck2_example) where I try to use buck2 mode during build.
I run it using
buck2 run @mode/opt //:main
, but I'm getting this error:Could you help ?
For more context what I would like to achieve is to be able to invoke buck2 build with different compilers and compiler flags (and probably also different cpu architectures). Could you advice on the best practices for it ? From the official documentation is not quite described or at least I could not found it.
Thanks!
The text was updated successfully, but these errors were encountered: