Skip to content

Commit

Permalink
lol buildsystem tmi #verbosityshaming
Browse files Browse the repository at this point in the history
  • Loading branch information
fish2000 committed Jun 6, 2015
1 parent fbdc25b commit 92da0e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 8 additions & 5 deletions fileList.cmake
Expand Up @@ -19,17 +19,21 @@ SET(COMMON_LINK_FLAGS

# language-specific compile options
SET(C_OPTIONS
-std=c99 -Wno-incompatible-pointer-types -Wno-char-subscripts)
-std=c99 -Wno-incompatible-pointer-types -Wno-char-subscripts
-x c)

SET(CXX_OPTIONS
-std=c++14 -stdlib=libc++ -x c++)
-std=c++14 -stdlib=libc++
-x c++)

SET(OBJC_OPTIONS
-fobjc-link-runtime
-fobjc-abi-version=3 -fobjc-arc -std=c99 -ObjC)
-fobjc-abi-version=3 -fobjc-arc -std=c99
-ObjC
-x objective-c)

# -ObjC++
SET(OBJCXX_OPTIONS
-ObjC++
-fobjc-abi-version=3 -fobjc-arc -fobjc-call-cxx-cdtors
-std=c++14 -stdlib=libc++
-x objective-c++)
Expand Down Expand Up @@ -245,6 +249,5 @@ ENDIF(APPLE)
add_definitions(
${OBJCXX_OPTIONS}
-DWITH_SCHEMA
--verbose -v
-O3 -mtune=native -fstrict-aliasing)

1 change: 0 additions & 1 deletion mgmt/parallel-run-tests.sh
Expand Up @@ -12,7 +12,6 @@ pushd $PROJECT_PATH && \
pushd ./build && \
cmake .. \
-Wno-dev \
-DCMAKE_VERBOSE_MAKEFILE=TRUE \
-DCMAKE_INSTALL_PREFIX=./dist && \
make -j4 install && \
./test_libimread --success --durations yes --abortx 10
Expand Down

0 comments on commit 92da0e6

Please sign in to comment.