This commit is contained in:
Mid Favila 2021-12-25 16:39:35 +00:00
parent 81b5edce65
commit dfe54531f9
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
66b1918d6c95f7551e175e5f23ac51aec4738f829ceee9876289ac4c0b71b007
4fa9ed40ed4bbe3f45f84005ede4202fbe8cac834297ee50066b36c62498a07a

View File

@ -7,7 +7,7 @@
#
CFLAGS = -pipe -w -D_GLIBCXX_ASSERTIONS -D_FORTIFY_SOURCE=2 -O2 -march=haswell -fno-asynchronous-unwind-tables -momit-leaf-frame-pointer -ftree-loop-vectorize -fstack-protector-strong --param ssp-buffer-size=4 -fstack-clash-protection -fPIE -fPIC -Wl,--hash-style=gnu -fno-plt -static
CFLAGS = -pipe -w -D_GLIBCXX_ASSERTIONS -D_FORTIFY_SOURCE=2 -O2 -march=haswell -fno-asynchronous-unwind-tables -momit-leaf-frame-pointer -ftree-loop-vectorize -fstack-protector-strong --param ssp-buffer-size=4 -fstack-clash-protection -fPIE -fPIC -Wl,--hash-style=gnu -fno-plt -fomit-frame-pointer -fmodulo-sched -fno-expensive-optimizations -fira-loop-pressure -fno-sched-spec-load -fconserve-stack -fisolate-erroneous-paths-attribute -fdelete-null-pointer-checks -fisolate-erroneous-paths-dereference -static
CC = cc