From d92655cd1484f8c2af66b5a2d12414fd18be8fa0 Mon Sep 17 00:00:00 2001 From: Richard Kojedzinszky Date: Fri, 3 Oct 2014 13:55:56 +0200 Subject: [PATCH] uwc.cpp compile instructions --- uwc.cpp | 2 ++ 1 file changed, 2 insertions(+) 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++ -- 2.1.4