Skip to content

Commit

Permalink
Note a preference of clang over gcc in some contexts
Browse files Browse the repository at this point in the history
README.md mentions overview.txt, which mentions make2/make.txt and the clang vs gcc issue has cropped up repeatedly,
  • Loading branch information
rdm committed Jan 15, 2025
1 parent bf0ad1e commit 24ee310
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions make2/make.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jplatform=darwin j64x=j64avx2 ./build_libj.sh
# this will run ./clean.sh and can detect the host platform
./build_all.sh

# NOTE: gcc is the standard for cc on linux systems, however
# updates to gcc may introduce problems. In that case you
# might prefer
CC=clang ./build_all.sh

# target apple m1
j64x=j64arm ./build_all.sh

Expand Down

0 comments on commit 24ee310

Please sign in to comment.