Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fadecandy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Fadecandy
Commits
5c034683
Commit
5c034683
authored
7 years ago
by
Micah Elizabeth Scott
Browse files
Options
Downloads
Patches
Plain Diff
Explicitly compile with C++11
parent
8f300af2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/cpp/Makefile
+2
-0
2 additions, 0 deletions
examples/cpp/Makefile
with
2 additions
and
0 deletions
examples/cpp/Makefile
+
2
−
0
View file @
5c034683
...
@@ -10,6 +10,8 @@ LFLAGS = -lm -lstdc++ -lpthread
...
@@ -10,6 +10,8 @@ LFLAGS = -lm -lstdc++ -lpthread
CFLAGS
+=
-g
-Wall
CFLAGS
+=
-g
-Wall
LFLAGS
+=
-g
LFLAGS
+=
-g
CFLAGS
+=
-std
=
c++11
# Annoying warnings on by default on Mac OS
# Annoying warnings on by default on Mac OS
CFLAGS
+=
-Wno-tautological-constant-out-of-range-compare
-Wno-gnu-static-float-init
CFLAGS
+=
-Wno-tautological-constant-out-of-range-compare
-Wno-gnu-static-float-init
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment