mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
[FASTFAT_NEW] Tune compile options and definitions for debugging
This commit is contained in:
parent
db34250b03
commit
57cf5cdc5d
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ list(APPEND SOURCE
|
|||
add_library(fastfat MODULE ${SOURCE} fastfat.rc)
|
||||
set_module_type(fastfat kernelmodedriver)
|
||||
target_link_libraries(fastfat ${PSEH_LIB} memcmp)
|
||||
if(GDB AND NOT CLANG)
|
||||
target_compile_options(fastfat PRIVATE -O0)
|
||||
endif()
|
||||
add_importlibs(fastfat ntoskrnl hal)
|
||||
add_pch(fastfat fatprocs.h SOURCE)
|
||||
add_cd_file(TARGET fastfat DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
||||
|
|
Loading…
Reference in a new issue