Build optimized AES programs by default
This commit is contained in:
parent
eada851807
commit
7946648558
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
CPPFLAGS = -g -Ofast
|
||||
CPPFLAGS ?= -Ofast
|
||||
|
||||
BUILD_DIR = bin
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CPPFLAGS = -g -Ofast
|
||||
CPPFLAGS = -Ofast
|
||||
|
||||
BUILD_DIR = bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue