Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 685776 | Differences between
and this patch

Collapse All | Expand All

(-)src/Makefile.OCaml (-3 / +5 lines)
Lines 358-366 Link Here
358
ifeq ($(DEBUGGING), false)
358
ifeq ($(DEBUGGING), false)
359
  ifneq ($(OSARCH), win32)
359
  ifneq ($(OSARCH), win32)
360
    ifneq ($(OSARCH), osx)
360
    ifneq ($(OSARCH), osx)
361
      # Strip the binary (does not work with MS compiler; might not work
361
      ifeq ($(NATIVE), true)
362
      # under OSX)
362
        # Strip the binary (does not work with MS compiler; might not work
363
      CFLAGS+=-cclib -Wl,-s
363
        # under OSX)
364
        CFLAGS+=-cclib -Wl,-s
365
      endif
364
    endif
366
    endif
365
  endif
367
  endif
366
endif
368
endif

Return to bug 685776