More minor work on CMake

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10023 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-10-21 01:14:46 +00:00
parent 22bde657f8
commit 7793fb56c9

View File

@ -131,6 +131,7 @@ if(DEBUG)
add_definitions(-DDEBUG)
else()
add_definitions(-DNDEBUG)
add_definitions(-O2)
endif()
find_package(Freetype)