Skip to content

Commit

Permalink
try removing unknown flags
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jul 17, 2021
1 parent 0e9f3c8 commit 06fd46b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Ben's standard compiler flags
CXXFLAGS=-g3 -fvar-tracking-assignments -gstatement-frontiers \
-gvariable-location-views -grecord-gcc-switches -pipe -Wall \
CXXFLAGS=-g3 -fvar-tracking-assignments \
-grecord-gcc-switches -pipe -Wall \
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions \
-Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong \
-fstack-clash-protection -fcf-protection \
-fasynchronous-unwind-tables -O2
CFLAGS=-g3 -fvar-tracking-assignments -gstatement-frontiers \
-gvariable-location-views -grecord-gcc-switches -pipe -Wall \
CFLAGS=-g3 -fvar-tracking-assignments \
-grecord-gcc-switches -pipe -Wall \
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions \
-Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong \
-fstack-clash-protection -fcf-protection \
-fasynchronous-unwind-tables -O2
LDFLAGS=-Wl,--no-undefined

Expand Down

0 comments on commit 06fd46b

Please sign in to comment.