Update CMakeLists.txt
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
This commit is contained in:
parent
4f1629d175
commit
4aa338c9c3
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,7 @@ $<IF:$<CONFIG:Debug>,-Og,-fno-delete-null-pointer-checks -fno-strict-overflow -f
|
||||||
-fstrict-flex-arrays=3
|
-fstrict-flex-arrays=3
|
||||||
-fstack-clash-protection -fstack-protector-strong
|
-fstack-clash-protection -fstack-protector-strong
|
||||||
-fPIE -pie
|
-fPIE -pie
|
||||||
|
-fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -ftrivial-auto-var-init=zero
|
||||||
-Werror=implicit -Werror=incompatible-pointer-types -Werror=int-conversion
|
-Werror=implicit -Werror=incompatible-pointer-types -Werror=int-conversion
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -58,6 +59,7 @@ $<IF:$<CONFIG:Debug>,-Og,-fno-delete-null-pointer-checks -fno-strict-overflow -f
|
||||||
-Wl,-z,noexecstack
|
-Wl,-z,noexecstack
|
||||||
-Wl,-z,relro -Wl,-z,now
|
-Wl,-z,relro -Wl,-z,now
|
||||||
-fPIE -pie
|
-fPIE -pie
|
||||||
|
-fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -ftrivial-auto-var-init=zero
|
||||||
-Werror=implicit -Werror=incompatible-pointer-types -Werror=int-conversion
|
-Werror=implicit -Werror=incompatible-pointer-types -Werror=int-conversion
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -69,6 +71,7 @@ $<IF:$<CONFIG:Debug>,-Og,-fno-delete-null-pointer-checks -fno-strict-overflow -f
|
||||||
-fstrict-flex-arrays=3
|
-fstrict-flex-arrays=3
|
||||||
-fstack-clash-protection -fstack-protector-strong
|
-fstack-clash-protection -fstack-protector-strong
|
||||||
-fPIE -pie
|
-fPIE -pie
|
||||||
|
-fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -ftrivial-auto-var-init=zero
|
||||||
-Werror=implicit -Werror=incompatible-pointer-types -Werror=int-conversion
|
-Werror=implicit -Werror=incompatible-pointer-types -Werror=int-conversion
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -82,5 +85,6 @@ $<IF:$<CONFIG:Debug>,-Og,-fno-delete-null-pointer-checks -fno-strict-overflow -f
|
||||||
-Wl,-z,noexecstack
|
-Wl,-z,noexecstack
|
||||||
-Wl,-z,relro -Wl,-z,now
|
-Wl,-z,relro -Wl,-z,now
|
||||||
-fPIE -pie
|
-fPIE -pie
|
||||||
|
-fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -ftrivial-auto-var-init=zero
|
||||||
-Werror=implicit -Werror=incompatible-pointer-types -Werror=int-conversion
|
-Werror=implicit -Werror=incompatible-pointer-types -Werror=int-conversion
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue