From: David Devecsery Date: Tue, 19 May 2020 19:53:03 +0000 (-0400) Subject: Removed builtin nonsense again... X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=505166f9fa539b6e24255ae1e008f2a1bd4e4b16;p=cs3210-lab1.git Removed builtin nonsense again... --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f40b91a..4327ef2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif() project(xv6) #set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-pic -static -fno-builtin -fno-strict-aliasing -Wall -MD -gstabs+ -Werror -fno-omit-frame-pointer -fno-stack-protector") -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-strict-aliasing -Wall -gstabs -Wno-builtin-declaration-mismatch -fno-omit-frame-pointer -fno-stack-protector") +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-strict-aliasing -Wall -fno-builtin -gstabs -Werror -fno-omit-frame-pointer -fno-stack-protector") set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG") set(CMAKE_C_FLAGS_DEBUG "-O0 -gstabs")