projects
/
uwc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fdb29a
)
uwc.cpp compile instructions
author
Richard Kojedzinszky
<krichy@tvnetwork.hu>
Fri, 3 Oct 2014 11:55:56 +0000
(13:55 +0200)
committer
Richard Kojedzinszky
<krichy@tvnetwork.hu>
Fri, 3 Oct 2014 11:55:56 +0000
(13:55 +0200)
uwc.cpp
patch
|
blob
|
history
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++