1
0
mirror of https://gitlab.com/klmp200/LO27.git synced 2025-07-11 01:19:23 +00:00

Compilateur nazi

This commit is contained in:
2016-12-27 01:43:49 +01:00
parent 4aeedd44c6
commit fe0a6edfe6
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:./Libs
CC=gcc
CFLAGS=-Wall -Werror -pedantic -fpic -g
CFLAGS=-Wall -Werror -pedantic -fpic -g -std=c89
LIBSDIR=-L/usr/lib -L./Libs