mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 20:47:27 +03:00
build: always include debug symbols
This commit is contained in:
parent
c6b4317aa9
commit
10645a8d23
@ -33,7 +33,7 @@ let
|
||||
# See https://github.com/NixOS/nixpkgs/issues/18995
|
||||
hardeningDisable = if debug then [ "all" ] else [];
|
||||
|
||||
CFLAGS = if debug then "-O3 -g -Werror" else "-O3 -Werror";
|
||||
CFLAGS = "-O3 -g -Werror";
|
||||
MEMORY_DEBUG = debug;
|
||||
CPU_DEBUG = debug;
|
||||
EVENT_TIME_DEBUG = false;
|
||||
|
Loading…
Reference in New Issue
Block a user