diff options
author | Oskar <[email protected]> | 2024-05-11 14:53:25 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-05-11 14:53:25 +0200 |
commit | 2bd0c8f5983e954b25ad9b603229e84d675946b8 (patch) | |
tree | 6498f474801ec477ec1b9ff766ebc992b71250dd /Makefile | |
parent | ae64013ed9550a9ca2fd555068388125a0b05e79 (diff) |
readme
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -CC=egcc +CC=cc CFLAGS_TESTBIN=-O3 -Wfatal-errors -Wall -Werror -Wextra -g -Wpedantic -std=c99 -CFLAGS=-O3 -flto -march=native -DNDEBUG -fomit-frame-pointer -s -std=gnu99 +CFLAGS=-O3 -flto -march=native -DNDEBUG -fomit-frame-pointer -s -std=c99 TARGET1=s_linkedlist TARGET2=d_linkedlist TARGET3=cs_linkedlist |