Skip to content

Commit

Permalink
Compile with Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Apr 15, 2014
1 parent 2c33170 commit 76b6afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -10,7 +10,7 @@ RELEASE_TEST_EXE=release/bin/test
CC=clang++
LD=clang++

WARNING_FLAGS=-Wextra -Wall -Qunused-arguments -Wuninitialized -Wsometimes-uninitialized -Wno-long-long -Winit-self -Wdocumentation -pedantic
WARNING_FLAGS=-Werror -Wextra -Wall -Qunused-arguments -Wuninitialized -Wsometimes-uninitialized -Wno-long-long -Winit-self -Wdocumentation -pedantic
CXX_FLAGS=-use-gold -Iinclude -std=c++1y -stdlib=libc++ $(WARNING_FLAGS) -isystem $(BOOST_PREFIX)/include
LD_FLAGS=$(CXX_FLAGS) -L $(BOOST_PREFIX)/lib -lboost_program_options
LD_TEST_FLAGS=$(LD_FLAGS) -lboost_unit_test_framework
Expand Down

0 comments on commit 76b6afd

Please sign in to comment.