uwc.cpp compile instructions
authorRichard Kojedzinszky <krichy@tvnetwork.hu>
Fri, 3 Oct 2014 11:55:56 +0000 (13:55 +0200)
committerRichard Kojedzinszky <krichy@tvnetwork.hu>
Fri, 3 Oct 2014 11:55:56 +0000 (13:55 +0200)
uwc.cpp

diff --git a/uwc.cpp b/uwc.cpp
index cf40b54..1786b3f 100644 (file)
--- 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++