Mercurial > public > cpp-enigma
changeset 5:80debdaa4f65
Turn on optimization.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 24 Jun 2012 19:22:06 -0500 |
parents | 2792ca4ffa84 |
children | 3370383116db |
files | SConstruct |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/SConstruct Sun Jun 24 18:39:05 2012 -0500 +++ b/SConstruct Sun Jun 24 19:22:06 2012 -0500 @@ -1,6 +1,6 @@ env = Environment( tools = ['default', 'cxxtest'], - CXXFLAGS='-std=c++0x -Wall -Wextra -pedantic', + CXXFLAGS='-std=c++0x -Wall -Wextra -pedantic -O3', CPPPATH='#/enigma', LIBS='enigma', LIBPATH='#/build',