Skip to content

Commit

Permalink
build: male EXTRA_CFLAGS use -O2 -g by default
Browse files Browse the repository at this point in the history
it's the default with autotool, and a better default that no optimisaion
nor debug symboles.

Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Feb 18, 2020
1 parent 43873fa commit 4e05157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ var_add GLIB_HEADERS "$(pkg-config --cflags glib-2.0)"
var_add GLIB_LIBS "$(pkg-config --libs glib-2.0)"
var_add PG_MARCH "core-avx-i"
var_add PREFIX "/usr/local/"
var_add EXTRA_CFLAGS ""
var_add EXTRA_CFLAGS "-g -O2"

if [ ! "$RTE_SDK" ]; then
echo
Expand Down

0 comments on commit 4e05157

Please sign in to comment.