Skip to content

Commit

Permalink
Merge branch 'master' into v_0_1
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmakarov committed Aug 11, 2021
2 parents 6c35e49 + 56525fa commit 8b2cd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ gen-bench: $(BUILD_DIR)/mir.$(OBJSUFF) $(BUILD_DIR)/mir-gen.$(OBJSUFF) $(SRC_DIR
$(BUILD_DIR)/gen-bench && size $(BUILD_DIR)/gen-bench

gen-bench2: $(BUILD_DIR)/c2m # Ignore M1 MacOs as it needs another procedure to make code executable
@if test $(UNAME_S) != Darwin && test $(UNAME_M) != arm64; then\
@if test $(UNAME_S) != Darwin || test $(UNAME_M) != arm64; then\
echo +++++ Compiling and generating all code for c2m: +++++;\
for i in 0 1 2 3;do \
echo === Optimization level $$i:;\
Expand Down

0 comments on commit 8b2cd3b

Please sign in to comment.