KCL-Planning / VAL

The plan validation system.
BSD 3-Clause "New" or "Revised" License
106 stars 48 forks source link

Linker should not be hardcoded #4

Closed jendrikseipp closed 5 years ago

jendrikseipp commented 9 years ago

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.

DerekLong101 commented 9 years ago

On 07/10/14 12:57, jendrikseipp wrote:

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 https://github.com/KCL-Planning/VAL/issues/4.

Thanks - yes, we'll change that.

Cheers

Derek

Prof Derek Long Department of Informatics King's College London Strand London, WC2R 2LS