Remove flags from build tool
This commit is contained in:
@@ -20,11 +20,3 @@
|
||||
#include "filesystem.c"
|
||||
|
||||
#include "cmd.c"
|
||||
|
||||
/*
|
||||
- I think it's okay to say that strings being null terminated should be mostly treated as NOT terminated but leave some
|
||||
leeway for big buffers and other such things. Just make sure to not relay on it because it's easier unless specified.
|
||||
- Not sure if we should assume that strings should use allocators or arenas, for now it's arenas because I don't have other use cases
|
||||
@todo
|
||||
- Remove static buffers from filesystem, use scratch arenas, more secure, data corruption instead of control flow corruption
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user