From c23efdc2226ebd905658711c0aff169738eb2333 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:52:17 -0400 Subject: [PATCH] only:bump GCC level in simulator (#5392) Co-authored-by: rusefillc --- simulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/Makefile b/simulator/Makefile index 3cdae45dad..43358a0de0 100644 --- a/simulator/Makefile +++ b/simulator/Makefile @@ -69,7 +69,7 @@ endif # C specific options here (added to USE_OPT). ifeq ($(USE_COPT),) - USE_COPT = -std=gnu99 + USE_COPT = -std=gnu17 endif # C++ specific options here (added to USE_OPT).