add a default value to nbreloops

This commit is contained in:
tth 2021-04-11 15:53:52 +02:00
parent cc743d7848
commit 140cbd47d8
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ int nbreloops;
printf("\n**** %s **** compiled the %s at %s ***\n",
argv[0], __DATE__, __TIME__);
nbreloops = 100000;
while ((opt = getopt(argc, argv, "d:hn:v")) != -1) {
switch (opt) {