gcode-optimizer icon indicating copy to clipboard operation
gcode-optimizer copied to clipboard

Fix for gcc compilation

Open fsantini opened this issue 10 years ago • 0 comments

This software can be compiled under GNU/Linux (and other OSs, I suppose) with gcc, provided that this change is made (otherwise a compile-time error is returned).

Also, for gcc compilation, the option -std=gnu++11 must be specified in the command line.

fsantini avatar Aug 23 '15 15:08 fsantini