Changed the optimization option from O2 to O3 for the perf test

git-svn-id: http://svn.code.sf.net/p/utfcpp/code@125 a809a056-fc17-0410-9590-b4f493f8b08e
This commit is contained in:
ntrifunovic 2011-10-16 01:16:51 +00:00 committed by King_DuckZ
parent 044c543436
commit 352ae366cd

View file

@ -1,5 +1,5 @@
CC = g++
CFLAGS = -O2
CFLAGS = -O3
iconvtest: iconvtest.cpp ../../source/utf8.h timer.h ../../source/utf8/core.h ../../source/utf8/checked.h ../../source/utf8/unchecked.h
$(CC) $(CFLAGS) iconvtest.cpp -oiconvtest