reorganize compiler switches

This commit is contained in:
Daniel Micay 2023-02-17 11:31:26 -05:00
parent 2250130c53
commit cd9b875297
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
common_cflags = [
"-pipe",
"-O3",
//"-flto",
"-fPIC",
"-fvisibility=hidden",
//"-fno-plt",
"-pipe",
"-Wall",
"-Wextra",
"-Wcast-align",