diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-10-15 19:13:42 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-10-15 19:13:42 +0000 |
| commit | 0f33a3e6c000b30ad0d3f55e0a4676ee87b104e2 (patch) | |
| tree | 3517d761c6ba403798e68cc397840917533e03d0 | |
| parent | Fix for bug #1239452 (trunk: crash on ungroup...) (diff) | |
| download | inkscape-0f33a3e6c000b30ad0d3f55e0a4676ee87b104e2.tar.gz inkscape-0f33a3e6c000b30ad0d3f55e0a4676ee87b104e2.zip | |
add (commented-out) flag for C++11 compilation. (note that on Windows we use gcc 4.6.1, which calls it C++0x)
(bzr r12693)
| -rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -346,6 +346,7 @@ <file name="extension/param"/> </excludeinc> <flags> + <!-- -std=c++0x --> -Wall -Wformat -Werror=format-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Werror=return-type -O2 |
