Commit a4fc481d authored by nagayama15's avatar nagayama15

出力コードが遅かったのを修正

parent 7fb64c44
...@@ -112,7 +112,7 @@ ${OBJ_DIR}/benchmark.o: benchmark.cpp ...@@ -112,7 +112,7 @@ ${OBJ_DIR}/benchmark.o: benchmark.cpp
${AR} rcs $@ $^ ${AR} rcs $@ $^
%.o: %.ll %.o: %.ll
clang -o $@ -c $< clang ${CFLAGS} -o $@ -c $<
$(eval $(call watermark,zlib-watermark)) $(eval $(call watermark,zlib-watermark))
$(eval $(call watermark,92bb9dcfd3b9f053d35c77c4c8796c6a)) $(eval $(call watermark,92bb9dcfd3b9f053d35c77c4c8796c6a))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment