0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-17 17:38:22 +02:00

configure: Remove gdwarf-4 for default; use glevel=3.

This commit is contained in:
Jason Volk 2019-05-15 01:05:07 -07:00
parent ca0cf98f37
commit adc5e7fb6c

View file

@ -493,7 +493,6 @@ AM_COND_IF([OPTIMIZE],
optimize="no"
CXXFLAGS+=" -g"
CXXFLAGS+=" -ggdb"
CXXFLAGS+=" -gdwarf-4"
CXXFLAGS+=" -fvar-tracking"
CXXFLAGS+=" -fvar-tracking-assignments"
])