mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-06 09:52:14 +01:00
Merge pull request #1512 from marineam/debug
profiles: re-enable debug symbols for board packages
This commit is contained in:
commit
539cf1869d
@ -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}"
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
CFLAGS="-O2 -pipe -mtune=generic"
|
CFLAGS="-O2 -pipe -mtune=generic -g"
|
||||||
CXXFLAGS="${CFLAGS}"
|
CXXFLAGS="${CFLAGS}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user