|
@@ -42,6 +42,9 @@ install(TARGETS joltc DESTINATION lib)
|
|
if(MSVC)
|
|
if(MSVC)
|
|
target_compile_options(joltc PRIVATE /W4)
|
|
target_compile_options(joltc PRIVATE /W4)
|
|
|
|
|
|
|
|
+ # Enable debug symbols
|
|
|
|
+ target_compile_options(joltc PRIVATE /Zi)
|
|
|
|
+
|
|
# Ignore 'unreferenced function with internal linkage'
|
|
# Ignore 'unreferenced function with internal linkage'
|
|
target_compile_options(joltc PRIVATE /wd4505)
|
|
target_compile_options(joltc PRIVATE /wd4505)
|
|
else()
|
|
else()
|