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
529c2c6f
Unverified
Commit
529c2c6f
authored
Nov 02, 2018
by
Gennadiy Civil
Committed by
GitHub
Nov 02, 2018
Browse files
Merge pull request #1950 from benjamincarman/makefix
Updating Sample Makefile to Specify C++11
parents
88c15b5f
9636db6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/make/Makefile
googletest/make/Makefile
+1
-1
No files found.
googletest/make/Makefile
View file @
529c2c6f
...
...
@@ -25,7 +25,7 @@ USER_DIR = ../samples
CPPFLAGS
+=
-isystem
$(GTEST_DIR)
/include
# Flags passed to the C++ compiler.
CXXFLAGS
+=
-g
-Wall
-Wextra
-pthread
CXXFLAGS
+=
-g
-Wall
-Wextra
-pthread
-std
=
c++11
# All tests produced by this Makefile. Remember to add new tests you
# created to the list.
...
...
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