Closed ljerezchaves closed 6 years ago
This commit fixes some errors when configuring and compiling the switch without gcc optmization flags (./configure CFLAGS='-g -O2' CXXFLAGS='-g -O2').
Ops... the correct command for this commit would be ./configure CFLAGS='-g -O0' CXXFLAGS='-g -O0'
This commit fixes some errors when configuring and compiling the switch without gcc optmization flags (./configure CFLAGS='-g -O2' CXXFLAGS='-g -O2').