Sha256: afbb70db8cc433aca8e6ea3d04d2f5142cc8bd1a8f6e421006038c9601222d32

Contents?: true

Size: 1.52 KB

Versions: 14

Compression:

Stored size: 1.52 KB

Contents

---
compiler:
  path: clang
  source_path:     '../src/'
  unit_tests_path: &unit_tests_path 'tests/'
  build_path:      &build_path 'build/'
  options:
    - '-c'
    - '-Wall'
    - '-Wextra'
    - '-Werror'
    - '-Wcast-qual'
    - '-Wconversion'
    - '-Wdisabled-optimization'
    - '-Wformat=2'
    - '-Winit-self'
    - '-Winline'
    - '-Winvalid-pch'
    - '-Wmissing-include-dirs'
    - '-Wnonnull'
    - '-Wpacked'
    - '-Wpointer-arith'
    - '-Wswitch-default'
    - '-Wstrict-aliasing'
    - '-Wstrict-overflow=5'
    - '-Wuninitialized'
    - '-Wunused'
#   - '-Wunreachable-code'
    - '-Wreturn-type'
    - '-Wshadow'
    - '-Wundef'
    - '-Wwrite-strings'
    - '-Wno-nested-externs'
    - '-Wno-unused-parameter'
    - '-Wno-variadic-macros'
    - '-Wbad-function-cast'
    - '-fms-extensions'
    - '-fno-omit-frame-pointer'
    - '-ffloat-store'
    - '-fno-common'
    - '-fstrict-aliasing'
    - '-std=gnu99'
    - '-pedantic'
    - '-O0'
  includes:
    prefix: '-I'
    items:
      - 'src/'
      - '../src/'
      - 'testdata/'
      - *unit_tests_path
  defines:
    prefix: '-D'
    items:
      - UNITY_INCLUDE_DOUBLE
      - UNITY_SUPPORT_64
      - UNITY_OUTPUT_RESULTS_FILE
  object_files:
    prefix: '-o'
    extension: '.o'
    destination: *build_path
linker:
  path: clang
  options:
    - -lm
    - '-m64'
  includes:
    prefix: '-I'
  object_files:
    path: *build_path
    extension: '.o'
  bin_files:
    prefix: '-o'
    extension: '.exe'
    destination: *build_path
colour: true
:unity:
  :plugins: []

Version data entries

14 entries across 6 versions & 2 rubygems

Version Path
simdjson-0.3.0 vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/clang_file.yml
ceedling-0.30.0 vendor/c_exception/vendor/unity/test/targets/clang_file.yml
ceedling-0.30.0 vendor/cmock/vendor/c_exception/vendor/unity/test/targets/clang_file.yml
ceedling-0.28.3 vendor/unity/test/targets/clang_file.yml
ceedling-0.28.3 vendor/cmock/vendor/unity/test/targets/clang_file.yml
ceedling-0.28.2 vendor/unity/test/targets/clang_file.yml
ceedling-0.28.1 vendor/unity/test/targets/clang_file.yml
ceedling-0.28.1 vendor/c_exception/vendor/unity/test/targets/clang_file.yml
ceedling-0.28.1 vendor/cmock/vendor/c_exception/vendor/unity/test/targets/clang_file.yml
ceedling-0.28.1 vendor/cmock/vendor/unity/test/targets/clang_file.yml
ceedling-0.27.0 vendor/c_exception/vendor/unity/test/targets/clang_file.yml
ceedling-0.27.0 vendor/unity/test/targets/clang_file.yml
ceedling-0.27.0 vendor/cmock/vendor/unity/test/targets/clang_file.yml
ceedling-0.27.0 vendor/cmock/vendor/c_exception/vendor/unity/test/targets/clang_file.yml