Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
powturbo committed Aug 14, 2023
1 parent 9b0abb5 commit 859cc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Linux: "export CC=clang" "export CXX=clang". windows mingw: "set CC=gcc" "set CXX=g++" or uncomment the CC,CXX lines
CC ?= gcc
CXX ?= g++
CC=aarch64-linux-gnu-gcc
#CC=aarch64-linux-gnu-gcc
#CC=powerpc64le-linux-gnu-gcc

# uncomment to disable checking for more faster decoding
Expand Down

0 comments on commit 859cc7c

Please sign in to comment.