Skip to content

Commit

Permalink
linux-x11: Use -funsigned-char to match RISC-V more closely
Browse files Browse the repository at this point in the history
The goal of keeping the linux-x11 build is to be able to
debug stuff locally, so make it match a bit closer the
RISC-V target

Signed-off-by: Sylvain Munaut <[email protected]>
  • Loading branch information
smunaut committed Jan 16, 2021
1 parent 10598b3 commit 3fe214e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux-x11/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC=gcc
CFLAGS=-g -m32 -Wall
CFLAGS=-g -m32 -Wall -funsigned-char
LDFLAGS=-m32 -L/usr/X11R6/lib
LIBS=-lXext -lX11 -lm

Expand Down

0 comments on commit 3fe214e

Please sign in to comment.