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:
parent
044c543436
commit
352ae366cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue