mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
removed extranious iteration flag from makefile
This commit is contained in:
parent
45c32bbcdf
commit
c11daf43f0
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ port_prebuild: $(PGO_STAGE)
|
||||||
|
|
||||||
.PHONY: build_pgo_gcc
|
.PHONY: build_pgo_gcc
|
||||||
build_pgo_gcc:
|
build_pgo_gcc:
|
||||||
$(MAKE) PGO=gen XCFLAGS="$(XCFLAGS) -fprofile-generate -DTOTAL_DATA_SIZE=1200" ITERATIONS=10 gen_pgo_data REBUILD=1
|
$(MAKE) PGO=gen XCFLAGS="$(XCFLAGS) -fprofile-generate -DTOTAL_DATA_SIZE=1200" gen_pgo_data REBUILD=1
|
||||||
|
|
||||||
# Target: port_postbuild
|
# Target: port_postbuild
|
||||||
# Generate any files that are needed after actual build end.
|
# Generate any files that are needed after actual build end.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue