mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 20:57:53 -06:00
Disable optimizations and debug check even in debug mode.
This commit is contained in:
parent
23a5edbd11
commit
f3bda8a57a
3 changed files with 182 additions and 118 deletions
|
@ -1,5 +1,7 @@
|
|||
// Optimize the extrusion simulator to the bones.
|
||||
#pragma GCC optimize ("O0")
|
||||
#pragma GCC optimize ("O3")
|
||||
#undef SLIC3R_DEBUG
|
||||
#define NDEBUG
|
||||
|
||||
#include <cmath>
|
||||
#include <cassert>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue