Compile with symbols when requested on all plats

This commit is contained in:
Lukas Oberhuber 2022-07-26 17:56:11 +01:00
parent c2a95f077f
commit 6551b25b07

View File

@ -343,7 +343,7 @@ module Superenv
sig { void }
def set_debug_symbols
append_to_cccfg "D" if OS.mac?
append_to_cccfg "D"
end
# @private