Skip to content

Instantly share code, notes, and snippets.

@d235j
Last active December 14, 2015 17:18
Show Gist options
  • Select an option

  • Save d235j/5121014 to your computer and use it in GitHub Desktop.

Select an option

Save d235j/5121014 to your computer and use it in GitHub Desktop.
diff -Nru openocd-git-orig/jimtcl/autosetup/cc.tcl openocd-git/jimtcl/autosetup/cc.tcl
--- openocd-git-orig/jimtcl/autosetup/cc.tcl 2013-03-08 18:37:48.000000000 -0500
+++ openocd-git/jimtcl/autosetup/cc.tcl 2013-03-08 18:36:40.000000000 -0500
@@ -493,12 +493,6 @@
}
lappend cmdline {*}$opts(-cflags)
- switch -glob -- [get-define host] {
- *-*-darwin* {
- # Don't generate .dSYM directories
- lappend cmdline -gstabs
- }
- }
lappend cmdline $src -o $tmp {*}$opts(-libs)
# At this point we have the complete command line and the
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment