Index: makefile
===================================================================
--- makefile	(revision e6bc0f47c2fbd0b7f60877c8d76f4f48aec199d8)
+++ makefile	(revision 98f06d94e4ffed65dd303dab65841241b3bf8d64)
@@ -1,5 +1,5 @@
 OS = $(shell uname)
 CC = g++
-CFLAGS = -std=c++0x -Wall -pedantic#-Wextra
+CFLAGS = -std=c++0x -Wall -pedantic#-Wextra -fno-inline
 
 ifeq ($(OS),Darwin)
@@ -15,5 +15,5 @@
 # as this well prevent regenerating .o files for unchanged .cpp files
 
-newgame: new-game.cpp logger.cpp stb_image.cpp imgui_impl_glfw_gl3.cpp $(IMGUI_FILES)
+newgame: new-game.cpp logger.cpp stb_image.cpp imgui_impl_glfw_gl3.cpp CrashLogger.cpp $(IMGUI_FILES)
 	$(CC) $^ $(DEP) $(CFLAGS) -o $@
 
