Skip to content

Commit

Permalink
Adapt the Blaze 'Configfile' to the C++11 and Boost thread-based SMP …
Browse files Browse the repository at this point in the history
…implementations
  • Loading branch information
igl42 committed Jun 5, 2014
1 parent 4f86132 commit 103ce40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ CXX="g++"
# In addition to these general flags, it is possible to specify additional architecture
# specific flags. In order to achieve maximum performance, it is recommended to specify
# the available architecture specific instruction set (for instance, -mavx for the GNU
# C++ compiler to active the AVX instruction set). Also, in order to enable the OpenMP
# based shared-memory parallelization it is recommended to use the according OpenMP flag
# (-fopenmp for the GNU C++ compiler, -openmp for the Intel C++ compiler).
# C++ compiler to active the AVX instruction set). Also, it is recommended to enable
# one of the shared memory parallelizations (OpenMP, C++11 threads, or Boost threads).
# Please consult the Blaze tutorial for the specifics.
CXXFLAGS="-Werror -Wall -Wextra -Wshadow -Woverloaded-virtual -ansi -O3 -DNDEBUG"

# Library configuration
Expand Down

0 comments on commit 103ce40

Please sign in to comment.