fix: put correct flag for opti.................
This commit is contained in:
parent
4c53350bd5
commit
585f9750df
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue