feat use C99
Some checks failed
android / build (push) Waiting to run
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (push) Waiting to run
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (push) Waiting to run
linux-arm-gcc / linux-gcc-arm (Debug) (push) Waiting to run
linux-arm-gcc / linux-gcc-arm (Release) (push) Waiting to run
linux-arm-gcc / linux-gcc-armhf (Debug) (push) Waiting to run
linux-arm-gcc / linux-gcc-armhf (Release) (push) Waiting to run
linux-mips-gcc / linux-gcc-mipsel (Debug) (push) Waiting to run
linux-mips-gcc / linux-gcc-mipsel (Release) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (push) Waiting to run
linux-x64-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x64-gcc / linux-gcc (Release) (push) Waiting to run
linux-x86-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x86-gcc / linux-gcc (Release) (push) Waiting to run
android / build (pull_request) Successful in 6m12s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (pull_request) Failing after 5m45s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (pull_request) Failing after 6m24s
linux-arm-gcc / linux-gcc-arm (Debug) (pull_request) Failing after 5m8s
linux-arm-gcc / linux-gcc-arm (Release) (pull_request) Failing after 6m58s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (pull_request) Failing after 6m33s
linux-mips-gcc / linux-gcc-mipsel (Debug) (pull_request) Failing after 7m43s
linux-mips64-gcc / linux-gcc-mips64el (Release) (pull_request) Failing after 6m59s
linux-mips-gcc / linux-gcc-mipsel (Release) (pull_request) Failing after 7m27s
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (pull_request) Failing after 6m41s
linux-arm-gcc / linux-gcc-armhf (Debug) (pull_request) Failing after 10m35s
linux-arm-gcc / linux-gcc-armhf (Release) (pull_request) Failing after 11m9s
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (pull_request) Failing after 6m42s
linux-x64-gcc / linux-gcc (Release) (pull_request) Successful in 5m5s
linux-x64-gcc / linux-gcc (Debug) (pull_request) Failing after 5m33s
linux-x86-gcc / linux-gcc (Debug) (pull_request) Failing after 6m24s
linux-x86-gcc / linux-gcc (Release) (pull_request) Failing after 6m38s
Some checks failed
android / build (push) Waiting to run
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (push) Waiting to run
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (push) Waiting to run
linux-arm-gcc / linux-gcc-arm (Debug) (push) Waiting to run
linux-arm-gcc / linux-gcc-arm (Release) (push) Waiting to run
linux-arm-gcc / linux-gcc-armhf (Debug) (push) Waiting to run
linux-arm-gcc / linux-gcc-armhf (Release) (push) Waiting to run
linux-mips-gcc / linux-gcc-mipsel (Debug) (push) Waiting to run
linux-mips-gcc / linux-gcc-mipsel (Release) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (push) Waiting to run
linux-x64-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x64-gcc / linux-gcc (Release) (push) Waiting to run
linux-x86-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x86-gcc / linux-gcc (Release) (push) Waiting to run
android / build (pull_request) Successful in 6m12s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (pull_request) Failing after 5m45s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (pull_request) Failing after 6m24s
linux-arm-gcc / linux-gcc-arm (Debug) (pull_request) Failing after 5m8s
linux-arm-gcc / linux-gcc-arm (Release) (pull_request) Failing after 6m58s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (pull_request) Failing after 6m33s
linux-mips-gcc / linux-gcc-mipsel (Debug) (pull_request) Failing after 7m43s
linux-mips64-gcc / linux-gcc-mips64el (Release) (pull_request) Failing after 6m59s
linux-mips-gcc / linux-gcc-mipsel (Release) (pull_request) Failing after 7m27s
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (pull_request) Failing after 6m41s
linux-arm-gcc / linux-gcc-armhf (Debug) (pull_request) Failing after 10m35s
linux-arm-gcc / linux-gcc-armhf (Release) (pull_request) Failing after 11m9s
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (pull_request) Failing after 6m42s
linux-x64-gcc / linux-gcc (Release) (pull_request) Successful in 5m5s
linux-x64-gcc / linux-gcc (Debug) (pull_request) Failing after 5m33s
linux-x86-gcc / linux-gcc (Debug) (pull_request) Failing after 6m24s
linux-x86-gcc / linux-gcc (Release) (pull_request) Failing after 6m38s
This commit is contained in:
parent
27d8c675b6
commit
79eea2680e
@ -13,7 +13,7 @@ set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
Loading…
x
Reference in New Issue
Block a user