Skip to content

Commit

Permalink
Add missing c++11 support in debug defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrzewic authored and Dario Berzano committed May 3, 2016
1 parent 277fca4 commit 7746db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults-debug.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package: defaults-debug
version: v1
env:
CXXFLAGS: "-fPIC -g -O0"
CXXFLAGS: "-fPIC -g -O0 -std=c++11"
CFLAGS: "-fPIC -g -O0"
CMAKE_BUILD_TYPE: "DEBUG"
---
Expand Down

0 comments on commit 7746db2

Please sign in to comment.