progressing with my little project, i now have binary which can accept two parameters yet, during compilation i try with nim -c -r myprog.nim -d:release --opt:size which shows it used the -d and --opt parameters as input?!? no harm done but this is both normal and absurd i can only use -d and --opt with -r so there's that am i missing something ?