improve image and pixel_buffer

This commit is contained in:
Jinhao
2015-10-17 14:42:07 +08:00
parent 8f59ccfbf6
commit 7f4cc3f6d9
13 changed files with 216 additions and 266 deletions

View File

@@ -14,8 +14,11 @@
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-std=c++11" />
<Add option="-Wall" />
<Add option="-g" />
<Add directory="../../include" />
<Add directory="../../extrlib/mingw" />
</Compiler>
</Target>
<Target title="Release">
@@ -26,8 +29,11 @@
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-Wall" />
<Add option="-O2" />
<Add option="-std=c++11" />
<Add option="-Wall" />
<Add directory="../../include" />
<Add directory="../../extrlib/mingw" />
</Compiler>
<Linker>
<Add option="-s" />