You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be nice if the LINKER variable in the Makefile would not be hardcoded to g++, but would instead e.g. use the provided linker in the CXX variable.
BTW: The options for compiling C files can probably go away since the project uses only C++ files.
The text was updated successfully, but these errors were encountered:
I think it would be nice if the LINKER variable in the Makefile would
not be hardcoded to g++, but would instead e.g. use the provided
linker in the CXX variable.
BTW: The options for compiling C files can probably go away since the
project uses only C++ files.
—
Reply to this email directly or view it on GitHub #4.
Thanks - yes, we'll change that.
Cheers
Derek
Prof Derek Long
Department of Informatics
King's College London
Strand
London, WC2R 2LS
I think it would be nice if the LINKER variable in the Makefile would not be hardcoded to g++, but would instead e.g. use the provided linker in the CXX variable.
BTW: The options for compiling C files can probably go away since the project uses only C++ files.
The text was updated successfully, but these errors were encountered: