From 7fd5f3175e3ff9799f87e3d080f73cbe39b83429 Mon Sep 17 00:00:00 2001 From: Igor Machado Date: Thu, 7 Dec 2023 16:16:59 -0300 Subject: [PATCH] remove readelf --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 0a3935f..0dac33e 100644 --- a/makefile +++ b/makefile @@ -33,7 +33,8 @@ optframe_lib: @echo "BUILD WITH ${CC_CLANG} (PART 2/2)" $(CC_CLANG) $(CPPSTD) -g -I${OPTFRAME_SRC}/include -Wall -pedantic -Ofast --shared optframe/optframe_lib.cpp $(OPTFRAME_C_LIB) -o optframe/optframe_lib.so -fPIC # - readelf -s optframe/optframe_lib.so | grep fcore + # readelf -s optframe/optframe_lib.so | grep fcore + ls -la optframe/optframe_lib.so optframe_lib_cmake: @echo "BUILD WITH CL (default)"