summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1cf72bc..7ca2df4 100644
--- a/Makefile
+++ b/Makefile
@@ -5,15 +5,16 @@ SHARED_FLAGS=-dynamiclib
SHARED_EXT=dylib
CPPFLAGS = -dynamic
LD = g++ -arch i386
+STRIP = strip -x
else
ARCH_FLAGS=-march=i686 -m32
SHARED_FLAGS=-shared
SHARED_EXT=so
LD = g++ -m32
+STRIP = strip --strip-unneeded
endif
CC = gcc
CXX = g++
-STRIP = strip --strip-unneeded
AR = ar rcs
INCLUDES = \