Fixed random bugs in the runtime.
[repair.git] / Repair / RepairCompiler / MCC / Runtime / buildruntime
index ca76f74afba62ee54d048186865f71565163ea76..e586517a1308effac8b66095f07efc4f94cc7af4 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
-g++ -c SimpleHash.cc
-g++ -c tmap.cc
-g++ -c instrument.cc
-gcc -c libredblack/redblack.c
\ No newline at end of file
+g++ -g -c SimpleHash.cc
+g++ -g -c tmap.cc
+g++ -g -c instrument.cc
+gcc -g -c libredblack/redblack.c
+gcc -g -c stack.c
+g++ -g -c size.cc
\ No newline at end of file