Changes according to @aykevl's feedback

This commit is contained in:
Yannis Huber
2020-06-05 09:27:45 +02:00
committed by Ron Evans
parent 4a658b9082
commit 9ad96fd809
4 changed files with 26 additions and 3 deletions
-1
View File
@@ -276,7 +276,6 @@ func defaultTarget(goos, goarch, triple string) (*TargetSpec, error) {
GDB: "gdb",
PortReset: "false",
FlashMethod: "native",
CodeModel: "default",
}
if goos == "darwin" {
spec.LDFlags = append(spec.LDFlags, "-Wl,-dead_strip")