only:bump GCC level in simulator (#5392)

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
rusefillc 2023-07-06 11:52:17 -04:00 committed by GitHub
parent e0a12ebc43
commit c23efdc222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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).