Hi guys I need help to pass this CGAL command into a Qt project:
Qt Code:
g++ -frounding-math -O3 -lCGAL -lgmp main.cppTo copy to clipboard, switch view to plain text mode
So far the libraries are linked with this:
Qt Code:
LIBS += -L/lib64 -lgmp -lCGALTo copy to clipboard, switch view to plain text mode
But I can't pass the flags: -frounding-math -O3
Any ideas? (=




Reply With Quote

Bookmarks