Skip to content

Commit

Permalink
Update osx build 19
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Jun 1, 2024
1 parent 6f285c6 commit e83e239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.osx-arm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CC_arm64 = $(shell xcrun -find clang)
CPP_I386 = $(shell xcrun -find clang++)
CPP_arm64 = $(shell xcrun -find clang++)
MACOSX_DEPLOY = -mmacosx-version-min=$(MACOSX_DEPLOYMENT_TARGET)
COMPILERFLAGS = -Os -fexceptions -fvisibility=hidden -DNO_LCMS -D__ANSI__ -Wno-everything -DDISABLE_PERF_MEASUREMENT
COMPILERFLAGS = -Os -fexceptions -fvisibility=hidden -DNO_LCMS -D__ANSI__ -Wno-everything -DDISABLE_PERF_MEASUREMENT -DPNG_ARM_NEON_OPT=0
COMPILERFLAGS_I386 = -arch i386
COMPILERFLAGS_arm64 = -arch arm64
COMPILERPPFLAGS = -Wno-ctor-dtor-privacy -D__ANSI__ -std=c++11 -stdlib=libc++ -Wc++11-narrowing
Expand Down

0 comments on commit e83e239

Please sign in to comment.