Fixed incorrect path PROF_ARGS used by build target "profile"
This commit is contained in:
parent
eac3bc4291
commit
7f753d0954
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ PEDANTIC = yes
|
|||
OPTIMIZATION = -O3
|
||||
|
||||
PROFILER = operf
|
||||
PROF_ARGS = "programs/euler/euler7.vm"
|
||||
PROF_ARGS = "programs/tinyvm/euler/euler7.vm"
|
||||
|
||||
ifeq ($(DEBUG), yes)
|
||||
CFLAGS += -g
|
||||
|
|
|
|||
Loading…
Reference in a new issue