chatqert.blogg.se

Cmake compiler flags
Cmake compiler flags











cmake compiler flags

Did you know that both GCC and Clang offer build-in functionality that aids us in becoming better developers and creating higher quality software? I’m talking about compiler warnings.

#Cmake compiler flags software

usr/bin/c++ -DEX2 CMakeFiles/cmake_examples_compile_flags.dir/ and C++ compiler toolchains make it possible for us software geeks to build amazing things. usr/bin/cmake -E cmake_link_script CMakeFiles/cmake_examples_compile_flags.dir/link.txt -verbose=1

cmake compiler flags

Linking CXX executable cmake_examples_compile_flags usr/bin/c++ -DEX2 -o CMakeFiles/cmake_examples_compile_flags.dir/ -c /home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/main.cpp Building CXX object CMakeFiles/cmake_examples_compile_flags.dir/ usr/bin/cmake -E cmake_progress_report /home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build/CMakeFiles 1 Scanning dependencies of target cmake_examples_compile_flags make: Leaving directory `/home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build ' make -f CMakeFiles/cmake_examples_compile_flags.dir/build.make CMakeFiles/cmake_examples_compile_flags.dir/build make: Entering directory `/home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build ' Dependee "/home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build/CMakeFiles/CMakeDirectoryInformation.cmake " is newer than depender "/home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build/CMakeFiles/cmake_examples_compile_flags.dir/depend.internal ". Make: Entering directory `/home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build ' make -f CMakeFiles/cmake_examples_compile_flags.dir/build.make CMakeFiles/cmake_examples_compile_flags.dir/depend make: Entering directory `/home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build ' cd /home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build & /usr/bin/cmake -E cmake_depends "Unix Makefiles " /home/matrim/workspace/cmake-examples/01-basic/G-compile-flags /home/matrim/workspace/cmake-examples/01-basic/G-compile-flags /home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build /home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build /home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build/CMakeFiles/cmake_examples_compile_flags.dir/DependInfo.cmake -color= Dependee "/home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build/CMakeFiles/cmake_examples_compile_flags.dir/DependInfo.cmake " is newer than depender "/home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build/CMakeFiles/cmake_examples_compile_flags.dir/depend.internal ". usr/bin/cmake -E cmake_progress_start /home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build/CMakeFiles /home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build/CMakeFiles/progress.marks usr/bin/cmake -H/home/matrim/workspace/cmake-examples/01-basic/G-compile-flags -B/home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build -check-build-system CMakeFiles/Makefile.cmake 0 Build files have been written to: /home/matrim/workspace/cmake-examples/01-basic/G-compile-flags/build Check for working CXX compiler: /usr/bin/c++ - works Check for working CXX compiler: /usr/bin/c++ Check for working C compiler: /usr/bin/cc - works Check for working C compiler: /usr/bin/cc The CXX compiler identification is GNU 4.8.4 The C compiler identification is GNU 4.8.4













Cmake compiler flags