File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -151,13 +151,16 @@ size_1024: $(BUILD_DIR)/libmlkem1024.a
151
151
size : size_512 size_768 size_1024
152
152
153
153
run_size_512 : size_512
154
- $(SIZE ) $(BUILD_DIR ) /libmlkem512.a | (read header; echo " $$ header" ; awk ' $$5 != 0' | sort -k5 -n -r)
154
+ $(Q ) echo " size $( BUILD_DIR) /libmlkem512.a"
155
+ $(Q )$(SIZE ) $(BUILD_DIR ) /libmlkem512.a | (read header; echo " $$ header" ; awk ' $$5 != 0' | sort -k5 -n -r)
155
156
156
157
run_size_768 : size_768
157
- $(SIZE ) $(BUILD_DIR ) /libmlkem768.a | (read header; echo " $$ header" ; awk ' $$5 != 0' | sort -k5 -n -r)
158
+ $(Q ) echo " size $( BUILD_DIR) /libmlkem768.a"
159
+ $(Q )$(SIZE ) $(BUILD_DIR ) /libmlkem768.a | (read header; echo " $$ header" ; awk ' $$5 != 0' | sort -k5 -n -r)
158
160
159
161
run_size_1024 : size_1024
160
- $(SIZE ) $(BUILD_DIR ) /libmlkem1024.a | (read header; echo " $$ header" ; awk ' $$5 != 0' | sort -k5 -n -r)
162
+ $(Q ) echo " size $( BUILD_DIR) /libmlkem1024.a"
163
+ $(Q )$(SIZE ) $(BUILD_DIR ) /libmlkem1024.a | (read header; echo " $$ header" ; awk ' $$5 != 0' | sort -k5 -n -r)
161
164
162
165
163
166
run_size : \
You can’t perform that action at this time.
0 commit comments