mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-06 01:41:35 +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
|
||||
CFLAGS="-O2 -pipe -mtune=generic"
|
||||
CFLAGS="-O2 -pipe -mtune=generic -g"
|
||||
CXXFLAGS="${CFLAGS}"
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
CFLAGS="-O2 -pipe -mtune=generic"
|
||||
CFLAGS="-O2 -pipe -mtune=generic -g"
|
||||
CXXFLAGS="${CFLAGS}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user