Skip to content

Commit

Permalink
Removing directory path from gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitshs committed Sep 25, 2024
1 parent 238b72e commit 21c2fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/inferencing.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ ulimit -n 2000
ulimit -f unlimited
export OBJECT_MODE=64
export BUILD_TYPE="Release"
export CC="/opt/freeware/bin/gcc"
export CXX="/opt/freeware/bin/g++"
export CC="gcc"
export CXX="g++"
export CFLAGS="-maix64 -pthread -DFLATBUFFERS_LOCALE_INDEPENDENT=0 -maltivec -mvsx -Wno-unused-function -Wno-unused-variable -Wno-unused-parameter -Wno-sign-compare -fno-extern-tls-init -Wl,-berok "
export CXXFLAGS="-maix64 -pthread -DFLATBUFFERS_LOCALE_INDEPENDENT=0 -maltivec -mvsx -Wno-unused-function -Wno-unused-variable -Wno-unused-parameter -Wno-sign-compare -fno-extern-tls-init -Wl,-berok "
export LDFLAGS="-L$PWD/build/Linux/$BUILD_TYPE/ -Wl,-bbigtoc -lpython3.9"
Expand Down

0 comments on commit 21c2fc5

Please sign in to comment.