Skip to content

Commit

Permalink
Update build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
savchenko authored and fabian-renngiles committed Mar 7, 2023
1 parent 704739c commit fccd22d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA
Expand All @@ -23,7 +23,8 @@ CXX=g++
PREFIX=/usr

SUFFIX=
CXXFLAGS=-Wall
CXXFLAGS=-g -O2 -ffile-prefix-map=/home/lbr/code/bomutils=. -fstack-protector-all -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Os -s
LDFLAGS=-pie -Wl,-z,now,-z,relro
LIBS=

BIN_DIR=$(PREFIX)/bin
Expand Down

0 comments on commit fccd22d

Please sign in to comment.