diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-05-05 23:48:06 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-05-05 23:48:06 +0800 |
commit | bda9ef9345786d48fd0d98b0855ce965e1028b2f (patch) | |
tree | cdcc7adc9f496c37cbcc75d8cccd2066d02c277b /smelt/sdl/makefile | |
parent | c2b99f6321965b2c5b30a1b72b29119281c2d7e1 (diff) | |
download | SMELT-bda9ef9345786d48fd0d98b0855ce965e1028b2f.tar.xz |
Add support for batching vertices with custom indices.
Fix compiler warnings.
Diffstat (limited to 'smelt/sdl/makefile')
-rw-r--r-- | smelt/sdl/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |