Merge pull request #1512 from marineam/debug

profiles: re-enable debug symbols for board packages
This commit is contained in:
Michael Marineau 2015-09-02 19:58:40 -07:00
commit 539cf1869d
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Enable optimizations for common x86_64 CPUs # Enable optimizations for common x86_64 CPUs
CFLAGS="-O2 -pipe -mtune=generic" CFLAGS="-O2 -pipe -mtune=generic -g"
CXXFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS}"

View File

@ -1,2 +1,2 @@
CFLAGS="-O2 -pipe -mtune=generic" CFLAGS="-O2 -pipe -mtune=generic -g"
CXXFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS}"