From c59a0bd7ca46d93b52e6faf1d89f3fc2304869fe Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 16 Apr 2017 14:12:34 +0200 Subject: main/clang: sort build flags and unify boolean values --- main/clang/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'main') diff --git a/main/clang/APKBUILD b/main/clang/APKBUILD index ca1fd00823..984c49e4dc 100644 --- a/main/clang/APKBUILD +++ b/main/clang/APKBUILD @@ -37,14 +37,14 @@ build() { cd "$builddir"/build cmake .. -G "Unix Makefiles" -Wno-dev \ - -DCLANG_PLUGIN_SUPPORT=YES \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_VERBOSE_MAKEFILE=NO \ - -DCLANG_INCLUDE_DOCS:BOOL=ON \ - -DCLANG_INCLUDE_TESTS:BOOL=ON \ - -DCLANG_BUILD_EXAMPLES:BOOL=OFF \ - -DLIBCLANG_BUILD_STATIC:BOOL=ON \ + -DCMAKE_VERBOSE_MAKEFILE=OFF \ + -DCLANG_BUILD_EXAMPLES=OFF \ + -DCLANG_INCLUDE_DOCS=ON \ + -DCLANG_INCLUDE_TESTS=ON \ + -DCLANG_PLUGIN_SUPPORT=ON \ + -DLIBCLANG_BUILD_STATIC=ON \ || return 1 make clang-tblgen || return 1 -- cgit v1.2.3