aboutsummaryrefslogtreecommitdiff
path: root/src/linker.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix -no-crt on LinuxLaytan2024-02-081-18/+14
* Expand -subsystem option on WindowsJeroen van Rijn2024-01-181-5/+4
* darwin: add library paths for default Homebrew and MacPorts locationsLaytan Laats2024-01-131-0/+11
* darwin: actually honor no-crt by not linking with `-lSystem -lm`Laytan Laats2024-01-021-3/+6
* Fixed Typo / Added check for 1Platin212024-01-021-1/+1
* Adds missing spacePlatin212024-01-021-1/+1
* Fixed git issue..Platin212024-01-021-0/+2
* Adds new flag for linker to know if it should link the system library or notPlatin212024-01-021-1/+17
* Removes macOS min version and supports default latestPlatin212024-01-021-4/+0
* Fixing a pdb linker error when the path contains spacesThomas Louis2023-12-271-1/+1
* -no-crt and assembly compilation on darwinLaytan Laats2023-11-151-14/+28
* implemented foreign asm imports on linux/osxflysand72023-10-151-40/+87
* Hook up Tilde to the linker codegingerBill2023-07-241-0/+33
* Move linker code into separate filegingerBill2023-07-241-0/+427