aboutsummaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-06 22:52:49 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-06 22:52:49 +0800
commitcc3e00ff8ec937f12e0d3be6f621b69465f7ffbd (patch)
treef26e6c78e14c469d938715aa5023541cb6e65bcc /extensions
parentbda9ef9345786d48fd0d98b0855ce965e1028b2f (diff)
downloadSMELT-cc3e00ff8ec937f12e0d3be6f621b69465f7ffbd.tar.xz
Add MSAA support.
Add optional parameters for smClrscr.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/makefile b/extensions/makefile
index c5f30e1..ca901e8 100644
--- a/extensions/makefile
+++ b/extensions/makefile
@@ -1,5 +1,5 @@
CC= g++
-CXXFLAGS= -c -g -std=c++11 -Wall -I../include -I/usr/include/freetype2 -fPIC
+CXXFLAGS= -c -g -O2 -std=c++11 -Wall -I../include -I/usr/include/freetype2 -fPIC
all: objects archive clean