Commit 1961b7f8 authored by nagayama15's avatar nagayama15

透かしを埋め込んでいないstage1 8ccも最適化オプションを有効に

parent 3a938d16
...@@ -43,7 +43,7 @@ stage1-wm: 8cc-stage1-wm ...@@ -43,7 +43,7 @@ stage1-wm: 8cc-stage1-wm
test/stage1/%.o: 8cc/%.c test/stage1/%.o: 8cc/%.c
@mkdir -p ${@D} @mkdir -p ${@D}
${CC} -DBUILD_DIR='"${PWD}/8cc"' -o $@ -c $< ${CC} -DBUILD_DIR='"${PWD}/8cc"' -O2 -o $@ -c $<
test/stage2/%.o: 8cc/%.c 8cc-stage1 test/stage2/%.o: 8cc/%.c 8cc-stage1
@mkdir -p ${@D} @mkdir -p ${@D}
......
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