Skip to content

Commit

Permalink
build: remove -g CXXFLAG
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Aug 28, 2020
1 parent 61564d0 commit 78f85c1
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 @@ -25,7 +25,7 @@ semigroups_la_SOURCES = src/pkg.cc src/converter.cc src/bipart.cc
semigroups_la_SOURCES += src/uf.cc src/fropin.cc src/congpairs.cc
semigroups_la_SOURCES += src/semigrp.cc

semigroups_la_CXXFLAGS = $(GAP_CFLAGS) @LIBSEMIGROUPS_CFLAGS@ -std=gnu++11 -O3 -g
semigroups_la_CXXFLAGS = $(GAP_CFLAGS) @LIBSEMIGROUPS_CFLAGS@ -std=gnu++11 -O3
semigroups_la_CPPFLAGS = $(GAP_CPPFLAGS) @LIBSEMIGROUPS_CFLAGS@
semigroups_la_CFLAGS = $(GAP_CFLAGS)

Expand Down

0 comments on commit 78f85c1

Please sign in to comment.