mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2024-12-22 22:08:47 +01:00
chore: only include debug strings on debug builds
This commit is contained in:
parent
74c5edd315
commit
34e7c9a535
@ -301,7 +301,9 @@ align 4
|
|||||||
p_nvme_devices dd 0
|
p_nvme_devices dd 0
|
||||||
pcidevs_len dd 0
|
pcidevs_len dd 0
|
||||||
my_service db "NVMe",0 ;max 16 chars include zero
|
my_service db "NVMe",0 ;max 16 chars include zero
|
||||||
|
if __DEBUG__
|
||||||
include_debug_strings
|
include_debug_strings
|
||||||
|
end if
|
||||||
|
|
||||||
align 4
|
align 4
|
||||||
data fixups
|
data fixups
|
||||||
|
Loading…
Reference in New Issue
Block a user