Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
c159a771
Commit
c159a771
authored
Sep 25, 2018
by
Gennadiy Civil
Browse files
autotools c++11
parent
e2f45b1b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.am
Makefile.am
+2
-0
ci/build-linux-autotools.sh
ci/build-linux-autotools.sh
+1
-1
No files found.
Makefile.am
View file @
c159a771
## Process this file with automake to produce Makefile.in
AM_CXXFLAGS
=
-std
=
gnu++11
ACLOCAL_AMFLAGS
=
-I
m4
AUTOMAKE_OPTIONS
=
foreign
...
...
ci/build-linux-autotools.sh
View file @
c159a771
...
...
@@ -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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment