Skip to content

Instantly share code, notes, and snippets.

View yankos's full-sized avatar

Kostya Kufta yankos

View GitHub Profile
/*
* Copyright Confluent Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
diff --git a/build/install b/build/install
index a0bc399..8493bd1 100755
--- a/build/install
+++ b/build/install
@@ -14,16 +14,18 @@
# Authors: Andres Gutierrez <andres@phalconphp.com>
# Eduar Carvajal <eduar@phalconphp.com>
+GCC_OPT="-fno-delete-null-pointer-checks -fno-builtin-memcmp -ftrack-macro-expansion=0 -pie -fPIC -Wl,-z,relro,-z,now -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
+