Skip to content

Instantly share code, notes, and snippets.

@ilovezfs
Created November 19, 2013 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilovezfs/7549009 to your computer and use it in GitHub Desktop.
Save ilovezfs/7549009 to your computer and use it in GitHub Desktop.
g0
diff --git a/lib/libspl/asm-generic/Makefile.am b/lib/libspl/asm-generic/Makefile.am
index 04db065..b9f2c1c 100644
--- a/lib/libspl/asm-generic/Makefile.am
+++ b/lib/libspl/asm-generic/Makefile.am
@@ -5,6 +5,7 @@ DEFAULT_INCLUDES += \
atomic_SOURCE = atomic.c
atomic_ASM = atomic.S
+atomic_CFLAGS = -g0
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -fPIC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment