mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 03:27:55 +00:00
revert CLAUDE.md
This commit is contained in:
committed by
Joseph Robertson
parent
44eebdb8ad
commit
372139c770
22
CLAUDE.md
22
CLAUDE.md
@@ -23,7 +23,27 @@ cmake --build build/arm64 --config RelWithDebInfo --target all --
|
|||||||
### Building on Linux
|
### Building on Linux
|
||||||
**Always use this command to build the project when testing build issues on Linux.**
|
**Always use this command to build the project when testing build issues on Linux.**
|
||||||
```bash
|
```bash
|
||||||
systemd-run --user --scope -p MemoryMax=48G cmake --build build --config RelWithDebInfo --target all -- -j18 -l 24
|
cmake --build build/arm64 --config RelWithDebInfo --target all --
|
||||||
|
|
||||||
|
```
|
||||||
|
### Build test:
|
||||||
|
|
||||||
|
**Always use this command to build the project when testing build issues on Windows.**
|
||||||
|
```bash
|
||||||
|
cmake --build . --config %build_type% --target ALL_BUILD -- -m
|
||||||
|
```
|
||||||
|
|
||||||
|
### Building on macOS
|
||||||
|
**Always use this command to build the project when testing build issues on macOS.**
|
||||||
|
```bash
|
||||||
|
cmake --build build/arm64 --config RelWithDebInfo --target all --
|
||||||
|
```
|
||||||
|
|
||||||
|
### Building on Linux
|
||||||
|
**Always use this command to build the project when testing build issues on Linux.**
|
||||||
|
```bash
|
||||||
|
cmake --build build --config RelWithDebInfo --target all --
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user