File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -285,6 +285,21 @@ See also :ref:`writingtests`.
285
285
Additional make targets for developers
286
286
--------------------------------------
287
287
288
+ In all ``make ``-based ports, there is a target to print the size of a specific object file.
289
+ When a change is confined to a single file, this is useful when testing variations to find smaller alternatives.
290
+
291
+ For instance, to print the size of ``objstr.o `` in the ``py/ `` directory when making a unix standard build:
292
+
293
+ .. code-block :: bash
294
+
295
+ $ make build-standard/py/objstr.sz
296
+
297
+ Similarly, there is a target to save the preprocessed version of a file:
298
+
299
+ .. code-block :: bash
300
+
301
+ $ make build-standard/py/objstr.pp
302
+
288
303
In ``ports/unix `` there are additional targets related to running tests:
289
304
290
305
.. code-block :: bash
You can’t perform that action at this time.
0 commit comments