mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Provide guidance to remove the deprecated rgbasm flags (#1296)
* Explain to remove the deprecated rgbasm flags * Rephrase deprecation warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user