mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 12:39:13 +12:00
Optimize logging for user builds
This commit is contained in:
parent
0f27c5de06
commit
69b5357eb3
5 changed files with 80 additions and 57 deletions
7
include/compiler_builtins.hpp
Normal file
7
include/compiler_builtins.hpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define ALWAYS_INLINE __forceinline
|
||||
#else
|
||||
#define ALWAYS_INLINE __attribute__((always_inline))
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue