shithub: cstory

Download patch

ref: 9de26337dcc633061f7dc4b76250768acfd7a6a0
parent: d5dd2c9575fdf08192b78a0f6a55931bb7d02339
parent: 36e0bcb381b4415bdd3e0ee5811daad01b5ffe94
author: Clownacy <[email protected]>
date: Mon May 13 18:52:55 EDT 2019

Merge pull request #13 from GabrielRavier/addBetterMakefileDebugFlags

Add better Makefile debug flags

--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 	LDFLAGS = -s
 	FILENAME_DEF = CSE2
 else
-	CXXFLAGS = -O0 -g
+	CXXFLAGS = -Og -g3
 	FILENAME_DEF = CSE2d
 endif