5 lines
163 B
Bash
5 lines
163 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Generate human-readable version of the .map memory usage report
|
||
|
java -jar ../java_tools/gcc_map_reader.jar build/rusefi.map > rusefi_ram_report.txt
|