mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-20 16:59:10 -07: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