diff options
author | dzwdz | 2023-01-19 23:27:12 +0100 |
---|---|---|
committer | dzwdz | 2023-01-19 23:27:12 +0100 |
commit | da546a0822b1995efe1832c9cc57aab62ccdcf65 (patch) | |
tree | 9b558144391653d810a6a3f98cdb20623d8d0815 /compile_flags.txt | |
parent | 1e261597a5c5f9803a65a5b13dd71d33d501f010 (diff) |
kernel: delay freeing reaped processes, slightly more strict states
Diffstat (limited to 'compile_flags.txt')
-rw-r--r-- | compile_flags.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 405cb8f..8e490b9 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1,2 +1,3 @@ -Isrc --march=i686 +-Isrc/shared/include +-march=x86-64 |