diff options
Diffstat (limited to 'tmake/lib/aix-xlc/tmake.conf')
-rwxr-xr-x | tmake/lib/aix-xlc/tmake.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tmake/lib/aix-xlc/tmake.conf b/tmake/lib/aix-xlc/tmake.conf index 04d5f15..4013923 100755 --- a/tmake/lib/aix-xlc/tmake.conf +++ b/tmake/lib/aix-xlc/tmake.conf @@ -8,12 +8,10 @@ TEMPLATE = app CONFIG = qt warn_on release TMAKE_CC = xlc -#TMAKE_CC = xlC -TMAKE_CFLAGS = -+ -qstrict -D_BSD +TMAKE_CFLAGS = -qstrict TMAKE_CFLAGS_WARN_ON = TMAKE_CFLAGS_WARN_OFF = TMAKE_CFLAGS_RELEASE = -O -#TMAKE_CFLAGS_RELEASE = -O3 TMAKE_CFLAGS_DEBUG = -g TMAKE_CFLAGS_SHLIB = TMAKE_CFLAGS_YACC = @@ -50,7 +48,7 @@ TMAKE_LFLAGS_DEBUG = TMAKE_LFLAGS_SHLIB = TMAKE_LFLAGS_SONAME = -TMAKE_LIBS = +TMAKE_LIBS = -liconv TMAKE_LIBS_X11 = -lXext -lX11 -lm TMAKE_LIBS_QT = -lqt TMAKE_LIBS_QT_MT = -lqt-mt |