Browse Source

but the demo is c99...

Ron Aaron 5 năm trước cách đây
mục cha
commit
b26e05fc1b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      demo/glfw_opengl3/Makefile

+ 1 - 1
demo/glfw_opengl3/Makefile

@@ -2,7 +2,7 @@
 BIN = demo
 
 # Flags
-CFLAGS += -std=c89 -pedantic -O2
+CFLAGS += -std=c99 -pedantic -O2
 
 SRC = main.c
 OBJ = $(SRC:.c=.o)