fix bug of big stack cost
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
add_subdirectory(ast)
|
||||
add_subdirectory(semantic)
|
||||
add_subdirectory(IR)
|
||||
add_subdirectory(naivebackend)
|
||||
add_executable(zmxcc main.cpp)
|
||||
target_link_libraries(zmxcc semantic argparse IR)
|
||||
target_link_libraries(zmxcc semantic argparse IR naivebackend)
|
||||
set_target_properties(zmxcc PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}"
|
||||
)
|
Reference in New Issue
Block a user