rsa-asm #4

Open
gbrochar wants to merge 37 commits from rsa-asm into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 585f9750df - Show all commits

View File

@ -13,7 +13,7 @@ $(NAME):
gcc -Wall -Wextra -Werror -Wunused-function $(SRC) -o $(NAME)
fast:
gcc -Wall -Wextra -Werror -Wunused-function -o3 $(SRC) -o $(NAME)
gcc -Wall -Wextra -Werror -Wunused-function -O3 $(SRC) -o $(NAME)
profile:
gcc -Wall -Wextra -Werror -Wunused-function -pg $(SRC) -o $(NAME)