mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
Disable optimizations and debug check even in debug mode.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user