annexi-strayline / AURA

The AURA Reference Implementation
BSD 3-Clause "New" or "Revised" License
22 stars 0 forks source link

Different optimization level selection should trigger recompilation #25

Open Richard-Wai opened 1 year ago

Richard-Wai commented 1 year ago

Currently if one rebuilds with different optimization/debug options, a full recompilation is not explicit. This would mean the resulting executable is not as expected. Changes like this should invalidate all existing compilations.