diff --git a/Makefile b/Makefile index 525e661..efa10f0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL = /bin/sh CXX = g++ -CXXFLAGS = -std=c++11 -g -ggdb3 -Og -Wall -Isrc/ -I/usr/include/SDL2 +CXXFLAGS = -std=c++11 -g -ggdb3 -Wall -Isrc/ -I/usr/include/SDL2 LDFLAGS = -lSDL2 -lGLEW -lGL OBJDIR = build SRCDIR = src