mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 08:11:38 +08:00
[FASTFAT_NEW] Tune compile options and definitions for debugging
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user