Skip to content

Commit

Permalink
build: append HARDENED_FLAGS to AM_CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg authored and UdjinM6 committed Feb 13, 2024
1 parent c01164f commit 7aaa254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ACLOCAL_AMFLAGS = -I build-aux/m4
.PHONY: deploy FORCE

AM_LDFLAGS = $(HARDENED_LDFLAGS) $(CORE_LDFLAGS) $(GMP_LDFLAGS)
AM_CFLAGS = $(DEBUG_FLAGS)
AM_CFLAGS = $(DEBUG_FLAGS) $(HARDENED_FLAGS)
AM_CPPFLAGS = $(CORE_CPPFLAGS) $(GMP_CPPFLAGS)
AM_CXXFLAGS = $(DEBUG_FLAGS) $(HARDENED_FLAGS) $(CORE_CXXFLAGS)
PTHREAD_FLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
Expand Down

0 comments on commit 7aaa254

Please sign in to comment.