From 72549cfe98a16097bb34256a8b6e75845027345b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 11 Jan 2021 19:44:43 +0900 Subject: Removed ENABLE_PATH_CHECK condition [ci skip] This condition is useless on Ubuntu, as this macro is defined by default on other than Windows. --- .github/workflows/compilers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/compilers.yml') diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index a133ac6ef4..719917a230 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -130,7 +130,7 @@ jobs: - { key: cppflags, name: DEBUG_FIND_TIME_NUMGUESS, value: '-DDEBUG_FIND_TIME_NUMGUESS' } - { key: cppflags, name: DEBUG_INTEGER_PACK, value: '-DDEBUG_INTEGER_PACK' } - - { key: cppflags, name: ENABLE_PATH_CHECK, value: '-DENABLE_PATH_CHECK' } +# - { key: cppflags, name: ENABLE_PATH_CHECK, value: '-DENABLE_PATH_CHECK' } - { key: cppflags, name: GC_DEBUG_STRESS_TO_CLASS, value: '-DGC_DEBUG_STRESS_TO_CLASS' } # - { key: cppflags, name: GC_ENABLE_LAZY_SWEEP=0, value: '-DGC_ENABLE_LAZY_SWEEP=0' } -- cgit v1.2.3