Skip to content

Commit

Permalink
readelf on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Dec 7, 2023
1 parent dd8bc98 commit 655f474
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 @@ -33,7 +33,7 @@ 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 build/optframe_lib.so | grep fcore
readelf -s optframe/optframe_lib.so | grep fcore

optframe_lib_cmake:
@echo "BUILD WITH CL (default)"
Expand Down

0 comments on commit 655f474

Please sign in to comment.