Posts: 6
Threads: 5
Joined: Mar 2020
How can I view the intermediate trees generated after make clean all run in hello example
Posts: 44
Threads: 0
Joined: Mar 2019
You can pass options to gcc using PULP_CFLAGS and PULP_LDFLAGS e.g. PULP_CFLAGS="-O2 -fdump-tree-all-graph"