mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Add compiler flags
This commit is contained in:
parent
cf28d00386
commit
ef12b9150d
1 changed files with 1 additions and 1 deletions
|
@ -1928,7 +1928,7 @@ if (is_win) {
|
|||
"/Oy-", # Disable omitting frame pointers, must be after /O2.
|
||||
"/Zc:inline", # Remove unreferenced COMDAT (faster links).
|
||||
]
|
||||
common_optimize_on_ldflags += [ "-mavx", "-maes", ]
|
||||
common_optimize_on_ldflags += [ "-m64", "-mavx", "-maes", ]
|
||||
if (!is_asan) {
|
||||
common_optimize_on_cflags += [
|
||||
# Put data in separate COMDATs. This allows the linker
|
||||
|
|
Loading…
Reference in a new issue