Kaydet (Commit) 8e4bc214 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

avoid __declspec decorations on windows

üst e82100b6
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
+ +
+.INCLUDE : settings.mk +.INCLUDE : settings.mk
+ +
+CFLAGS+=-DDISABLE_TRACING -I../include +CFLAGS+=-DDISABLE_TRACING -I../include -DGR2_STATIC
+.IF "$(debug)" == "" +.IF "$(debug)" == ""
+CFLAGS+=-O3 -DNDEBUG +CFLAGS+=-O3 -DNDEBUG
+.ENDIF +.ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment