From: Richard Kojedzinszky Date: Fri, 3 Oct 2014 11:55:56 +0000 (+0200) Subject: uwc.cpp compile instructions X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=d92655cd1484f8c2af66b5a2d12414fd18be8fa0;p=uwc.git uwc.cpp compile instructions --- diff --git a/uwc.cpp b/uwc.cpp index cf40b54..1786b3f 100644 --- a/uwc.cpp +++ b/uwc.cpp @@ -39,3 +39,5 @@ int main() std::cout << *e << " " << hash[*e] << "\n"; } } + +// clang++ -O2 -o uwc.exe uwc.cpp -std=c++11 -stdlib=libc++