From cc3e00ff8ec937f12e0d3be6f621b69465f7ffbd Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 6 May 2016 22:52:49 +0800 Subject: Add MSAA support. Add optional parameters for smClrscr. --- extensions/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/makefile') 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 -- cgit v1.2.3