make respects system compiler setting

xkbcommon
Alessandro Mauri 4 years ago
parent d3f5e888e3
commit 04bfca1932
  1. 2
      hkd.c
  2. 2
      makefile

@ -753,7 +753,7 @@ void parse_config_file (void)
bb++;
// get state
switch (*bb) {
case EOF:
case (int)EOF:
case '\0':
// If it is the end of the last block exit
if (exit_state > 1)

@ -1,4 +1,4 @@
CC = gcc
CC ?= gcc
CFLAGS = -Wall -Werror -pedantic --std=c99 -O2
VERSION = 0.3
PREFIX = /usr/local

Loading…
Cancel
Save