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 b798070 commit 9b0abb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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 All @@ -20,7 +20,6 @@ CXX ?= g++
#RDTSC=1
#XBASE64=1


#CFLAGS+=-DDEBUG -g
CFLAGS+=-DNDEBUG

Expand Down

0 comments on commit 9b0abb5

Please sign in to comment.