mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-07 02:05:00 -06:00
Added options for the different Nix build modes.
This commit is contained in:
parent
3d58d52ca6
commit
bb75dbfb9a
@ -62,7 +62,13 @@ ln -s ./build/compile_commands.json .
|
|||||||
|
|
||||||
#### Nix Flake Build
|
#### Nix Flake Build
|
||||||
```bash
|
```bash
|
||||||
nix build .?submodules=1#debugLinux
|
nix build .?submodules=1#linux.debug
|
||||||
|
```
|
||||||
|
```bash
|
||||||
|
nix build .?submodules=1#linux.release
|
||||||
|
```
|
||||||
|
```bash
|
||||||
|
nix build .?submodules=1#linux.releaseWithDebugInfo
|
||||||
```
|
```
|
||||||
#### Other Linux distributions
|
#### Other Linux distributions
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user