Re: Daily builds doesn't seem to update

Posted by dxli on
URL: https://forum.librecad.org/Daily-builds-doesn-t-seem-to-update-tp5709737p5709841.html

for gcc-4.6 and lower, use:

g++ -std=c++0x

for gcc-4.7 and higher, use:

g++ -std=c++11