Provide guidance to remove the deprecated rgbasm flags (#1296)

* Explain to remove the deprecated rgbasm flags

* Rephrase deprecation warnings
This commit is contained in:
Sylvie
2024-02-18 10:16:15 -05:00
committed by GitHub
parent d71a161bc9
commit c07f3da9a1
3 changed files with 9 additions and 7 deletions

View File

@@ -260,10 +260,12 @@ void opt_Push(void)
entry->fillByte = fillByte; // Pulled from section.hpp
entry->haltNop = haltNop; // Pulled from main.hpp
// Both of these are pulled from main.hpp
entry->haltNop = haltNop;
entry->warnOnHaltNop = warnOnHaltNop;
entry->optimizeLoads = optimizeLoads; // Pulled from main.hpp
// Both of these are pulled from main.hpp
entry->optimizeLoads = optimizeLoads;
entry->warnOnLdOpt = warnOnLdOpt;
// Both of these pulled from warning.hpp