Hi Matthew + everyone.
(Sorry for jumping in here)
As ERL_COMPILER_OPTIONS is not directly being used by the "elixirc" or "elixirc.bat" (as far as I can see)
and must then be used by passing it in as a command line environment variable BEFORE you issue the command, is
it possible that you might have this environment variable already set in your shell environment before you issue the command?
Just a thought.
Also, for something to cause recompiles, you are then thinking of make and Makefile environment setups?
In order for that to happen, you would have to write something (compiler variable settings?) into the file system
that the make tool could use to compare against to trigger recompiles.
I am new to this ecosystem, and although there is a makefile, it seems only to be used for elixir language development,
and not on the "consumer" side of elixir (i.e. projects that are using elixir).
R.
Fridrik.