Typo in builders\glfw.monkey (v81b)
Monkey Forums/Monkey Bug Reports/Typo in builders\glfw.monkey (v81b)| 
 | ||
| Is there a little typo? Monkey\src\transcc\builders\glfw.monkey (v81b) Select ENV_CONFIG Case "rebug" <------------------ Debug, maybe? ccopts+=" -O0" Case "release" ccopts+=" -O3 -DNDEBUG" End | 
| 
 | ||
| Looks like that is present in the latest version as well (v83b). (Do not know if it is a bug) | 
| 
 | ||
| It's for masochists to manually introduce bugs into their code. | 
| 
 | ||
| Thanks - debugged I think! |