Fix gcc build

Although gcc is not officially supported, this little fix lets it to build Odin
This commit is contained in:
avanspector
2024-01-13 19:27:42 +01:00
parent 2411febf83
commit 70c150fc83
+1 -1
View File
@@ -448,7 +448,7 @@ typedef i32 b32; // NOTE(bill): Prefer this!!!
#define gb_inline __forceinline
#endif
#else
#define gb_inline __attribute__ ((__always_inline__))
#define gb_inline inline __attribute__ ((__always_inline__))
#endif
#endif