make hello2 just a normal c program

This commit is contained in:
2024-03-29 23:49:54 +01:00
parent d0c9e1bbd0
commit 19b2b06e28
2 changed files with 0 additions and 7 deletions

View File

@@ -7,8 +7,3 @@ target_include_directories(init PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
add_executable(hello2 hello2.c)
target_compile_options(hello2 PRIVATE -fno-exceptions -fno-rtti)
target_link_libraries(hello2 syscalls_interface)
target_include_directories(hello2 PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})

View File

@@ -1,5 +1,3 @@
#include "syscalls_interface.h"
#include "stdio.h"
int main() {