From bda9ef9345786d48fd0d98b0855ce965e1028b2f Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 5 May 2016 23:48:06 +0800 Subject: Add support for batching vertices with custom indices. Fix compiler warnings. --- smelt/sdl/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smelt/sdl/makefile') diff --git a/smelt/sdl/makefile b/smelt/sdl/makefile index 28a3629..fc513d5 100644 --- a/smelt/sdl/makefile +++ b/smelt/sdl/makefile @@ -1,5 +1,5 @@ CC= g++ -CXXFLAGS= -c -g -std=c++11 -Wall -I/usr/include/SDL/ -I../include -D_LINUX -fPIC +CXXFLAGS= -c -g -O2 -std=c++11 -Wall -I/usr/include/SDL/ -I../include -D_LINUX -fPIC all: objects-normal archive-normal -- cgit v1.2.3