About
Files
Commits
Stats
Network
Graph
ClassifyR
Commit f62c2b4edd43ff235de276d47a56fa8f561d85b4
Browse code
add makevar indicating c++11 compilation
Nick
authored on 24/11/2022 00:28:27
Showing 1 changed files
src/Makevars
index 00000000..e3b16b4c
src/Makevars
History
View file @ f62c2b4e
1
1
new file mode 100644
...
...
@@ -0,0 +1 @@
1
+PKG_CXXFLAGS += -std=c++11
0
2
\ No newline at end of file