Use g++ instead of clang++

This commit is contained in:
zosrothko 2018-04-17 20:15:05 +02:00
parent 9f72ecb6e4
commit ce749235c4

View File

@ -28,7 +28,7 @@
${PocoBuild}/*/doc/images
</resources>
<compiler>
<exec>clang++</exec>
<exec>g++</exec>
<options>
${Includes},
-I/usr/local/mysql/include,
@ -38,8 +38,6 @@
-C,
-DPOCO_NO_GCC_API_ATTRIBUTE,
-xc++
-std=c++11,
-stdlib=libc++
</options>
<path></path>
<usePipe>true</usePipe>