Skip to content

Commit

Permalink
build: Fix for clang args in generic CXX flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaylward committed Mar 1, 2015
1 parent 6611f0a commit 104862d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.9)
project(libappc CXX)

set(CMAKE_CXX_FLAGS "-std=c++11 -Wall -Wextra -Weverything -pedantic -Wno-unused-parameter -Wno-c++98-compat -Wno-exit-time-destructors -Wno-padded -Wno-global-constructors -Wno-weak-vtables -Wno-shadow -Wno-deprecated")
set(CMAKE_CXX_FLAGS "-std=c++11 -Wall -Wextra -pedantic")
set(CMAKE_CXX_FLAGS_DISTRIBUTION "-O3")

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
Expand Down

0 comments on commit 104862d

Please sign in to comment.