diff --git a/meshLibrary/Make/options b/meshLibrary/Make/options
index cf503e028fc4946d2c9f5e13ea199268a66968c9..abb4a187eba9326f872b9b5f0e834f32e14567e5 100644
--- a/meshLibrary/Make/options
+++ b/meshLibrary/Make/options
@@ -1,15 +1,9 @@
-#if defined(__GNUC__)
-
 ifeq (Gcc,$(findstring Gcc,$(WM_COMPILER)))
     OMP_FLAGS = -DUSE_OMP -fopenmp
 else
     OMP_FLAGS =
 endif
 
-#else
-   OMP_FLAGS =
-#endif
-
 EXE_INC = \
     $(OMP_FLAGS) \
     -I$(LIB_SRC)/triSurface/lnInclude \