Skip to content

Commit 9dac67b

Browse files
committed
Remove unnecessary manual compiler architecture selection
- Remove statements that set the architecture selection that is passed to the compiler. The statemets seemed to only be an opportunity to cause build failures due to manual setting of the architecture. Perhaps it is best to let the compiler do that on its own.
1 parent f71eab3 commit 9dac67b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: Makefile.macosx

-5
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ else
2626
EXTRA_CFLAGS := -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -pthread
2727
endif
2828

29-
# Change as required in support of the available libraries
30-
31-
#CC := $(DARWIN_CC) -m64 $(SYS_LIBS) $(SYS_MIN)
32-
CC := $(DARWIN_CC) -m32 $(SYS_LIBS) $(SYS_MIN)
3329
CFLAGS := -Os -pthread -Igeotranz $(EXTRA_CFLAGS)
34-
# $(info $$CC is [${CC}])
3530

3631
#
3732
# The DSP filters spend a lot of time spinning around in little

0 commit comments

Comments
 (0)