only:bump GCC level in simulator (#5392)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
parent
e0a12ebc43
commit
c23efdc222
|
@ -69,7 +69,7 @@ endif
|
||||||
|
|
||||||
# C specific options here (added to USE_OPT).
|
# C specific options here (added to USE_OPT).
|
||||||
ifeq ($(USE_COPT),)
|
ifeq ($(USE_COPT),)
|
||||||
USE_COPT = -std=gnu99
|
USE_COPT = -std=gnu17
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# C++ specific options here (added to USE_OPT).
|
# C++ specific options here (added to USE_OPT).
|
||||||
|
|
Loading…
Reference in New Issue