diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-05-06 22:52:49 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-05-06 22:52:49 +0800 |
commit | cc3e00ff8ec937f12e0d3be6f621b69465f7ffbd (patch) | |
tree | f26e6c78e14c469d938715aa5023541cb6e65bcc /extensions | |
parent | bda9ef9345786d48fd0d98b0855ce965e1028b2f (diff) | |
download | SMELT-cc3e00ff8ec937f12e0d3be6f621b69465f7ffbd.tar.xz |
Add MSAA support.
Add optional parameters for smClrscr.
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/makefile | 2 |
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 |