Skip to content
Snippets Groups Projects
Commit c159a771 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

autotools c++11

parent e2f45b1b
No related branches found
No related tags found
No related merge requests found
## Process this file with automake to produce Makefile.in
AM_CXXFLAGS = -std=gnu++11
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign
......
......@@ -39,6 +39,6 @@ autoreconf -i
# Run in a subdirectory to keep the sources clean
mkdir build || true
cd build
../configure CXX="-std=c++11"
../configure
make -j {NPROCESSORS:-2}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment