Advertisement
Guest User

Untitled

a guest
Oct 29th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.21 KB | None | 0 0
  1. cmake_minimum_required (VERSION 2.6)
  2. project (cmake_prj)
  3. add_executable(cmake_prj main.cpp)
  4. set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Vgcc_ntox86 -Wc,-std=c++11 -O0 -fno-builtin -fmessage-length=0 -gdwarf-2")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement