X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/26a5f52b24d9c9733139a6cf29647f1de7915a56..6e1e0f2f3c2fee3e1e9df39c6d4816566c10aafb:/Makefile diff --git a/Makefile b/Makefile index ab917ec..db8cb4f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all : # Implicit rule to compile C++ files. Modify to your taste. %.o : %.cc - g++ -c -O -Wall -Wextra -pedantic $< + g++ -c -O2 -Wall -Wextra -pedantic $< # Components of the library. library-objects = BigUnsigned.o BigInteger.o BigUnsignedInABase.o BigIntegerUtils.o