Skip to content

Commit

Permalink
try makefile adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
adampdp committed Dec 27, 2024
1 parent 65132c0 commit 512b9ab
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 @@ -7,7 +7,7 @@ TSearch.o: TSearch.cpp TSearch.h
Worm.o: Worm.cpp Worm.h
g++ -c -O3 -flto Worm.cpp
Worm2D.o: Worm2D.cpp Worm2D.h
g++ -c -O3 -std=c++14 -flto Worm2D.cpp
g++ -c -O3 -std=c++11 -flto Worm2D.cpp
WormBody.o: WormBody.cpp WormBody.h
g++ -c -O3 -flto WormBody.cpp
NervousSystem.o: NervousSystem.cpp NervousSystem.h VectorMatrix.h random.h
Expand Down

0 comments on commit 512b9ab

Please sign in to comment.