diff options
| -rw-r--r-- | tco.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #if defined(__GNUC__) || defined(__clang__) -#define coroutine __attribute__((noinline)) +#define coroutine __attribute__((__noinline__)) #else #define coroutine #endif |
