diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-16 10:52:49 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-16 10:52:49 +0100 |
commit | 3aa6e1dac4bdef2bdc37c97edb37d5f162fbc5c2 (patch) | |
tree | 8bc2a58fe91741b8e057924cfa5c6f24e7108b23 /etc/defaults | |
parent | 224a32ec9fed3b12e49976231660ceb282f7a305 (diff) | |
download | justbuild-3aa6e1dac4bdef2bdc37c97edb37d5f162fbc5c2.tar.gz |
Format: Apply compact JSON formatting
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/CC/TARGETS.boringssl | 6 | ||||
-rw-r--r-- | etc/defaults/CC/TARGETS.nowerror | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/etc/defaults/CC/TARGETS.boringssl b/etc/defaults/CC/TARGETS.boringssl index 563e5b1f..f517587b 100644 --- a/etc/defaults/CC/TARGETS.boringssl +++ b/etc/defaults/CC/TARGETS.boringssl @@ -57,9 +57,9 @@ , {"type": "var", "name": "posix_copts"} ] , [ { "type": "==" - , "$1": {"type": "var", "name": "PLATFORM"} - , "$2": "windows_x86_64" - } + , "$1": {"type": "var", "name": "PLATFORM"} + , "$2": "windows_x86_64" + } , ["-DWIN32_LEAN_AND_MEAN", "-DOPENSSL_NO_ASM"] ] ] diff --git a/etc/defaults/CC/TARGETS.nowerror b/etc/defaults/CC/TARGETS.nowerror index ca414ab7..a3a41f9d 100644 --- a/etc/defaults/CC/TARGETS.nowerror +++ b/etc/defaults/CC/TARGETS.nowerror @@ -3,10 +3,7 @@ , "CC": ["clang"] , "CXX": ["clang++"] , "CFLAGS": ["-std=gnu17", "-O2"] - , "CXXFLAGS": - [ "-std=c++20" - , "-O2" - ] + , "CXXFLAGS": ["-std=c++20", "-O2"] , "AR": ["ar"] , "PATH": ["/bin", "/sbin", "/usr/bin", "/usr/sbin"] } |