g++ -I../cryptopp/cryptopp/output/include -O2 -o test main.cpp 
../cryptopp/cryptopp/output/lib/libcryptopp.a
payload ecies  Used Time:9229.839844 ms

g++ -I../cryptopp/cryptopp/output/include -O3 -o test main.cpp 
../cryptopp/cryptopp/output/lib/libcryptopp.a
payload ecies  Used Time:9365.958984 ms

g++ -I../cryptopp/cryptopp/output/include -o test main.cpp 
../cryptopp/cryptopp/output/lib/libcryptopp.a
payload ecies  Used Time:9894.942383 ms


在 2020年7月21日星期二 UTC+8下午12:50:00,Jeffrey Walton写道:
>
>
>
> On Monday, July 20, 2020 at 10:14:45 PM UTC-4, 苇杭 wrote:
>>
>> g++ -I../cryptopp/cryptopp/output/include -o test main.cpp 
>> ../cryptopp/cryptopp/output/lib/libcryptopp.a
>
>
> Use -O2 or -O3.
>
> Jeff
>

-- 
You received this message because you are subscribed to "Crypto++ Users". More 
information about Crypto++ and this group is available at 
http://www.cryptopp.com and 
http://groups.google.com/forum/#!forum/cryptopp-users.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cryptopp-users/e92ae5da-3a14-4ba2-918f-05bad684f055o%40googlegroups.com.

Reply via email to