Added a mention of ASAN in the wiki
This commit is contained in:
parent
8466c55b78
commit
9f06dbd615
@ -58,11 +58,20 @@ Note that Slic3r PE is tested with wxWidgets 3.0 somewhat sporadically and so th
|
|||||||
|
|
||||||
### Build variant
|
### Build variant
|
||||||
|
|
||||||
By default Scli3r builds the release variant.
|
By default Slic3r builds the release variant.
|
||||||
To create a debug build, use the following CMake flag:
|
To create a debug build, use the following CMake flag:
|
||||||
|
|
||||||
-DCMAKE_BUILD_TYPE=Debug
|
-DCMAKE_BUILD_TYPE=Debug
|
||||||
|
|
||||||
|
### Enabling address sanitizer
|
||||||
|
|
||||||
|
If you're using GCC/Clang compiler, it is possible to build Slic3r with the built-in address sanitizer enabled to help detect memory-corruption issues.
|
||||||
|
To enable it, simply use the following CMake flag:
|
||||||
|
|
||||||
|
-DSLIC3R_ASAN=1
|
||||||
|
|
||||||
|
This requires GCC>4.8 or Clang>3.1.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
At runtime, Slic3r needs a way to access its resource files. By default, it looks for a `resources` directory relative to its binary.
|
At runtime, Slic3r needs a way to access its resource files. By default, it looks for a `resources` directory relative to its binary.
|
||||||
|
Loading…
Reference in New Issue
Block a user