Dom324
Dom324
+1 to this!
I managed to find the root cause of the issue. The makefile contains following line https://github.com/facebook/zstd/blob/dev/lib/libzstd.mk#L95 , the `?=` causes `make` to ignore `-O3` when *anything* is passed in `CFLAGS`...
I think that there is a better/cleaner way how to achieve sessions per branch, and that is through git worktrees. Git worktrees enable you to have several worktrees (several branches)...
@Chaitanyabsprip if you were answering my comment, I'm sorry but I'm not the maintainer of this plugin :) I just faced the same issue as you, but then I figured...
Hey @zorzysty , I believe I managed to do what you are describing. Some time ago I looked into `fzf-tmux` and tried to create `fzf-zellij`. It is probably not fully...
Works great, thanks!
I also agree that the current behavior is confusing and non intuitive. My use case: ``` version: '3' vars: CPPFLAGS: -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic -Wold-style-cast -Ilib/some_library/ ... includes: some_library:...
Deps would not run always - they have their own sources (different than the main task). Main task is invoked, calls deps. Depending tasks check their own `sources` and run...
Ah, interesting, I did not think about the for! So it is indeed a bug? Thanks for the work :)
Any progress on this? :) Does the layer lock work also with `<`?