mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-27 18:22:18 -04:00
reorganize compiler switches
This commit is contained in:
parent
2250130c53
commit
cd9b875297
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
common_cflags = [
|
||||
"-pipe",
|
||||
"-O3",
|
||||
//"-flto",
|
||||
"-fPIC",
|
||||
"-fvisibility=hidden",
|
||||
//"-fno-plt",
|
||||
"-pipe",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Wcast-align",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue