A bunch of changes
This commit is contained in:
		| @ -15,8 +15,8 @@ FetchContent_Declare( | ||||
|  | ||||
| FetchContent_MakeAvailable(refcount) | ||||
|  | ||||
| add_compile_options(-fsanitize=address,leak,undefined) | ||||
| add_link_options(-fsanitize=address,leak,undefined) | ||||
| # add_compile_options(-fsanitize=address,leak,undefined) | ||||
| # add_link_options(-fsanitize=address,leak,undefined) | ||||
|  | ||||
| add_executable(simple-lisp src/main.c src/lisp.c src/read.c) | ||||
| target_link_libraries(simple-lisp PUBLIC refcount) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user