X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=7dfd76a960d8ab124d911316ed27bdf021b7e17a;hb=1bb67abf3c6816b6f2c22eaeb1bdc355c4c95a46;hp=eb598784cb8521ba3d9ea3a0be7c8b9227032e94;hpb=600d7a85fbdd9f3c7c6977faa07fee7e2e13ce21;p=vpp.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eb598784cb8..7dfd76a960d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -76,7 +76,7 @@ endif() # release list(APPEND BUILD_TYPES "release") string(CONCAT CMAKE_C_FLAGS_RELEASE - "-O2 " + "-O3 " "-fstack-protector " "-D_FORTIFY_SOURCE=2 " "-fno-common "