mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 20:02:22 -07:00
Add -disable-assert to disable the code generation of the built-in run-time 'assert' procedure
This commit is contained in:
@@ -55,6 +55,9 @@ enum EntityFlag {
|
||||
|
||||
EntityFlag_CVarArg = 1<<21,
|
||||
EntityFlag_AutoCast = 1<<22,
|
||||
|
||||
EntityFlag_Disabled = 1<<24,
|
||||
|
||||
};
|
||||
|
||||
enum EntityState {
|
||||
|
||||
Reference in New Issue
Block a user