summaryrefslogtreecommitdiffhomepage
path: root/games/koala_seasons/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/koala_seasons/Makefile')
-rw-r--r--games/koala_seasons/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/koala_seasons/Makefile b/games/koala_seasons/Makefile
index 3ca03a48..b65592c2 100644
--- a/games/koala_seasons/Makefile
+++ b/games/koala_seasons/Makefile
@@ -130,10 +130,9 @@ endif
# -Wall turns on most, but not all, compiler warnings
# -std=c99 defines C language mode (standard C from 1999 revision)
# -std=gnu99 defines C language mode (GNU C from 1999 revision)
-# -fgnu89-inline declaring inline functions support (GCC optimized)
# -Wno-missing-braces ignore invalid warning (GCC bug 53119)
# -D_DEFAULT_SOURCE use with -std=c99 on Linux and PLATFORM_WEB, required for timespec
-CFLAGS += -O1 -s -Wall -std=c99 -D_DEFAULT_SOURCE -fgnu89-inline -Wno-missing-braces
+CFLAGS += -O1 -s -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces
# Additional flags for compiler (if desired)
#CFLAGS += -Wextra -Wmissing-prototypes -Wstrict-prototypes