Skip to content

Commit f5e4804

Browse files
committed
cleaning up and refactoring
1 parent d9da0f1 commit f5e4804

File tree

10 files changed

+1058
-5558
lines changed

10 files changed

+1058
-5558
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# g++ ./src/*.cpp -o ./build/metavm -fno-exceptions -fno-rtti -I./inc -I./inc/achilles -lbfd -ldl -W -Wall -D BACKWARD_HAS_BFD=1 -g3
2-
g++ ./src/main.cpp -o ./build/metavm -fno-exceptions -fno-rtti -I./inc -I./inc/achilles -W -Wall -O3 -g3
2+
g++ ./src/*.cpp -o ./build/metavm -fno-exceptions -fno-rtti -I./inc -I./inc/achilles -W -Wall -O3 -g3
33

inc/achilles/utils

Submodule utils updated 1 file

0 commit comments

Comments
 (0)