projects
/
repair.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b643372
)
forgot file
author
bdemsky
<bdemsky>
Wed, 20 Sep 2006 20:40:09 +0000
(20:40 +0000)
committer
bdemsky
<bdemsky>
Wed, 20 Sep 2006 20:40:09 +0000
(20:40 +0000)
Repair/RepairCompiler/MCC/CRuntime/buildrobust
[new file with mode: 0755]
patch
|
blob
diff --git a/Repair/RepairCompiler/MCC/CRuntime/buildrobust
b/Repair/RepairCompiler/MCC/CRuntime/buildrobust
new file mode 100755
(executable)
index 0000000..
54a6243
--- /dev/null
+++ b/
Repair/RepairCompiler/MCC/CRuntime/buildrobust
@@ -0,0
+1,8
@@
+#!/bin/bash
+FLAG='-O0 -g -pedantic -DCOMMANDLINEFLAGS'
+gcc $FLAG -c SimpleHash.c
+gcc $FLAG -c tmap.c
+gcc $FLAG -c instrument.c
+gcc $FLAG -c redblack.c
+gcc $FLAG -c size.c
+