mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Fix gcc build
Although gcc is not officially supported, this little fix lets it to build Odin
This commit is contained in:
+1
-1
@@ -448,7 +448,7 @@ typedef i32 b32; // NOTE(bill): Prefer this!!!
|
|||||||
#define gb_inline __forceinline
|
#define gb_inline __forceinline
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define gb_inline __attribute__ ((__always_inline__))
|
#define gb_inline inline __attribute__ ((__always_inline__))
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user