diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-14 16:03:27 +0200 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-14 16:09:20 +0200 |
| commit | 55f2653aafa38ea1d53a43c104185218e0dad1f1 (patch) | |
| tree | 9e550665102e5543be8186b259586a69e7c8b83f /VA/Makefile | |
| parent | c2819a30f6914267e5792b68ca8a500f0e06ce79 (diff) | |
Use benchmark-specific input descriptions rather than opaque "#elements"
Diffstat (limited to 'VA/Makefile')
| -rw-r--r-- | VA/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VA/Makefile b/VA/Makefile index 5d2df1c..e0d392f 100644 --- a/VA/Makefile +++ b/VA/Makefile @@ -12,7 +12,7 @@ HOST_SOURCES := $(wildcard host/*.c) DPU_SOURCES := $(wildcard dpu/*.c) aspectc ?= 0 -aspectc_timing ?= * +aspectc_timing ?= 0 dfatool_timing ?= 1 HOST_CC := ${CC} |
