Take the example blink sketch, is it possible to set the LED-pin at compile time via command-line arguments or something similar?
In my actual sketch, I would like to set some variables (numbers, maybe strings).
The only thing I found so far is this StackOverflow question
https://arduino.stackexchange.com/questions/32519/environment-variable-to-change-build
(I use a Teensy 3.5, not an Arduino, if that makes any difference)